diff --git a/build/ansible b/build/ansible index 2c4cf3e175d8..8e5608fb86fe 160000 --- a/build/ansible +++ b/build/ansible @@ -1 +1 @@ -Subproject commit 2c4cf3e175d8a75b84a33d4f5ba2559fd4e0b3d6 +Subproject commit 8e5608fb86fea0419283094c553aaf97eb05f673 diff --git a/build/inspec b/build/inspec index a7b11d4a5f1b..0c000e96c1d5 160000 --- a/build/inspec +++ b/build/inspec @@ -1 +1 @@ -Subproject commit a7b11d4a5f1bc2fda61aebc810b4f796f6e34810 +Subproject commit 0c000e96c1d54df219a5d5e2b186da09bf3b17e9 diff --git a/build/terraform b/build/terraform index 77c086de1c53..190601fe3871 160000 --- a/build/terraform +++ b/build/terraform @@ -1 +1 @@ -Subproject commit 77c086de1c533e1ad4ea23a153d4266775c9ab2d +Subproject commit 190601fe38715727801a66ad995d4503d7bb7935 diff --git a/build/terraform-beta b/build/terraform-beta index d9c8f2bb9e5b..eff487b2a236 160000 --- a/build/terraform-beta +++ b/build/terraform-beta @@ -1 +1 @@ -Subproject commit d9c8f2bb9e5b04c839e9077f836e46f7cdfc4e86 +Subproject commit eff487b2a236a361d1e583797d4e90757c14bca8 diff --git a/third_party/terraform/data_sources/data_source_google_compute_subnetwork.go b/third_party/terraform/data_sources/data_source_google_compute_subnetwork.go index 5319f26f98b1..c3b725ae6214 100644 --- a/third_party/terraform/data_sources/data_source_google_compute_subnetwork.go +++ b/third_party/terraform/data_sources/data_source_google_compute_subnetwork.go @@ -19,6 +19,7 @@ func dataSourceGoogleComputeSubnetwork() *schema.Resource { "self_link": { Type: schema.TypeString, Optional: true, + Computed: true, }, "description": { Type: schema.TypeString,