Skip to content

Commit

Permalink
resource/aws_ecs_task_set: Support ECS task set
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarappan-arumugam authored and dmahfigma committed Aug 17, 2021
1 parent 9ff6122 commit 9dc5c3a
Show file tree
Hide file tree
Showing 5 changed files with 5,578 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ func Provider() *schema.Provider {
"aws_ecs_cluster": resourceAwsEcsCluster(),
"aws_ecs_service": resourceAwsEcsService(),
"aws_ecs_task_definition": resourceAwsEcsTaskDefinition(),
"aws_ecs_task_set": resourceAwsEcsTaskSet(),
"aws_efs_access_point": resourceAwsEfsAccessPoint(),
"aws_efs_backup_policy": resourceAwsEfsBackupPolicy(),
"aws_efs_file_system": resourceAwsEfsFileSystem(),
Expand Down
Loading

0 comments on commit 9dc5c3a

Please sign in to comment.