Skip to content

Commit 64ae8aa

Browse files
Add new fields in QAS resource (#14204) (#23339)
[upstream:f0927d0547ee26934577bdbb234edb6bdd817139] Signed-off-by: Modular Magician <[email protected]>
1 parent 94b193a commit 64ae8aa

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.changelog/14204.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
cloudquotas: added `inherited` and `inherited_from` fields to `google_cloud_quotas_quota_adjuster_settings` resource
3+
```

website/docs/r/cloud_quotas_quota_adjuster_settings.html.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,17 @@ In addition to the arguments listed above, the following computed attributes are
7070

7171
* `effective_container` -
7272
The resource container that determines if the quota adjuster is set for this project.
73-
Expect this field to be empty currently.
7473

7574
* `effective_enablement` -
7675
Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
77-
Expect this field to be empty currently.
76+
77+
* `inherited` -
78+
Indicates whether the setting is inherited or explicitly specified.
79+
80+
* `inherited_from` -
81+
The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED).
82+
The value can be `organizations/{organization_id}`, `folders/{folder_id}`, or can be `default` if no ancestor exists with enablement set.
83+
The value will be empty when `enablement` is specified on this resource container.
7884

7985

8086
## Timeouts

0 commit comments

Comments
 (0)