provider/aws: Make VPC ID required on subnets
This commit is contained in:
parent
6543b944b7
commit
99e3d62cd8
|
@ -22,9 +22,8 @@ func resourceAwsSubnet() *schema.Resource {
|
|||
Schema: map[string]*schema.Schema{
|
||||
"vpc_id": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Required: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"cidr_block": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue