Make vlanTag8021q computed because of PARTNER attachements (#3600)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-05-09 10:08:10 -07:00 committed by Chris Stephens
parent d40227783b
commit bb8c55016d
2 changed files with 3 additions and 1 deletions

View File

@ -94,6 +94,7 @@ func resourceComputeInterconnectAttachment() *schema.Resource {
},
"vlan_tag8021q": {
Type: schema.TypeInt,
Computed: true,
Optional: true,
ForceNew: true,
},

View File

@ -103,7 +103,8 @@ The following arguments are supported:
* `vlan_tag8021q` -
(Optional)
The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094.
The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When
using PARTNER type this will be managed upstream.
* `region` -
(Optional)