0
0
llucycodes42
The following code creates an EFS mount target in the AWS namespace for use with the AWS EFS CLI.
Shortcut: tf_aws_efs_mount_target
resource "aws_efs_mount_target" "${MyAWSResource}" {
}
0
0
llucycodes42
The following code creates an EFS mount target in the AWS namespace for use with the AWS EFS CLI.
Shortcut: tf_aws_efs_mount_target
resource "aws_efs_mount_target" "${MyAWSResource}" {
}