Skip to content

Commit 5ac77ae

Browse files
Remove note about beta permissions from google_compute_shared_vpc_service_project docs (#13264)
[upstream:dcc0467947a3655441dbbe3615e6799d03028e0e] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 0b8ed3c commit 5ac77ae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.changelog/13264.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
compute: removed the warning that `google_compute_shared_vpc_service_project` requires project or org-level permissions. Folder-level permissions should work when using the GA API, and should have been working for some time.
3+
```

website/docs/r/compute_shared_vpc_service_project.html.markdown

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ For more information, see,
1515
[the Project API documentation](https://cloud.google.com/compute/docs/reference/latest/projects),
1616
where the Shared VPC feature is referred to by its former name "XPN".
1717

18-
~> **Note:** If Shared VPC Admin role is set at the folder level, use the google-beta provider. The google provider only supports this permission at project or organizational level currently. [[0]](https://cloud.google.com/vpc/docs/provisioning-shared-vpc#enable-shared-vpc-host)
19-
2018
## Example Usage
2119

2220
```hcl
@@ -72,4 +70,4 @@ When using the [`terraform import` command](https://developer.hashicorp.com/terr
7270

7371
```
7472
$ terraform import google_compute_shared_vpc_service_project.default {{host_project}/{{service_project}}
75-
``````
73+
``````

0 commit comments

Comments
 (0)