Skip to content

Commit

Permalink
d/aws_imagebuilder_image: Alphabetize attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 23, 2023
1 parent 2146374 commit a5af669
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions internal/service/imagebuilder/image_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,29 +56,29 @@ func DataSourceImage() *schema.Resource {
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"image_scanning_enabled": {
Type: schema.TypeBool,
Computed: true,
},
"ecr_configuration": {
Type: schema.TypeList,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"repository_name": {
Type: schema.TypeString,
Computed: true,
},
"container_tags": {
Type: schema.TypeSet,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
},
"repository_name": {
Type: schema.TypeString,
Computed: true,
},
},
},
},
"image_scanning_enabled": {
Type: schema.TypeBool,
Computed: true,
},
},
},
},
Expand Down

0 comments on commit a5af669

Please sign in to comment.