provider/aws: Change AWS Subnet map ip on launch to default false, from computed
This commit is contained in:
parent
85c0910165
commit
c7282d6a94
|
@ -42,7 +42,7 @@ func resourceAwsSubnet() *schema.Resource {
|
||||||
"map_public_ip_on_launch": &schema.Schema{
|
"map_public_ip_on_launch": &schema.Schema{
|
||||||
Type: schema.TypeBool,
|
Type: schema.TypeBool,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Computed: true,
|
Default: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
"tags": tagsSchema(),
|
"tags": tagsSchema(),
|
||||||
|
|
Loading…
Reference in New Issue