Skip to content

Commit

Permalink
Merge pull request #1 from ghdiska/b-ghdiska-patch-1
Browse files Browse the repository at this point in the history
add interface_type
  • Loading branch information
ghdiska authored May 24, 2021
2 parents 3b1900a + 181497f commit d209c45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions aws/data_source_aws_launch_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,8 @@ func dataSourceAwsLaunchTemplate() *schema.Resource {
Computed: true,
},
"interface_type": {
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringInSlice([]string{"efa", "interface"}, false),
Type: schema.TypeString,
Computed: true,
},
},
},
Expand Down

0 comments on commit d209c45

Please sign in to comment.