Skip to content

Commit 8e07b18

Browse files
id added to exported attributes list (#4579) (#3041)
Signed-off-by: Modular Magician <[email protected]>
1 parent c0b6971 commit 8e07b18

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changelog/4579.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_dataproc_cluster_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1414
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1515

16-
dataproc "google.golang.org/api/dataproc/v1beta2"
1716
"google.golang.org/api/googleapi"
17+
18+
dataproc "google.golang.org/api/dataproc/v1beta2"
1819
)
1920

2021
func TestDataprocExtractInitTimeout(t *testing.T) {

website/docs/d/compute_network.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ The following arguments are supported:
3535

3636
In addition to the arguments listed above, the following attributes are exported:
3737

38+
* `id` - an identifier for the resource with format projects/{{project}}/global/networks/{{name}}
39+
3840
* `description` - Description of this network.
3941

4042
* `gateway_ipv4` - The IP address of the gateway.

0 commit comments

Comments
 (0)