Skip to content

Commit ac7e7c7

Browse files
Go rewrite example templates (part 1) (#10379) (#17784)
[upstream:eb927d8a52c70462d50954e2ddc18b983604482f] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 16d8fb9 commit ac7e7c7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/10379.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+
```

website/docs/r/access_context_manager_access_policy.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ resource "google_access_context_manager_access_policy" "access-policy" {
5454

5555
```hcl
5656
resource "google_project" "project" {
57-
project_id = "acm-test-proj-123"
58-
name = "acm-test-proj-123"
57+
project_id = "my-project-name"
58+
name = "my-project-name"
5959
org_id = "123456789"
6060
}
6161

0 commit comments

Comments
 (0)