You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".`,
66
66
},
67
67
"effective_container": {
68
-
Type: schema.TypeString,
69
-
Computed: true,
70
-
Description: `The resource container that determines if the quota adjuster is set for this project.
71
-
Expect this field to be empty currently.`,
68
+
Type: schema.TypeString,
69
+
Computed: true,
70
+
Description: `The resource container that determines if the quota adjuster is set for this project.`,
72
71
},
73
72
"effective_enablement": {
73
+
Type: schema.TypeString,
74
+
Computed: true,
75
+
Description: `Based on the effective container's setting above, determines Whether this resource container has the quota adjuster enabled.`,
76
+
},
77
+
"inherited": {
78
+
Type: schema.TypeBool,
79
+
Computed: true,
80
+
Description: `Indicates whether the setting is inherited or explicitly specified.`,
81
+
},
82
+
"inherited_from": {
74
83
Type: schema.TypeString,
75
84
Computed: true,
76
-
Description: `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.`,
85
+
Description: `The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED).
86
+
The value can be 'organizations/{organization_id}', 'folders/{folder_id}', or can be 'default' if no ancestor exists with enablement set.
87
+
The value will be empty when 'enablement' is specified on this resource container.`,
78
88
},
79
89
},
80
90
UseJSONNumber: true,
@@ -177,6 +187,12 @@ func resourceCloudQuotasQuotaAdjusterSettingsRead(d *schema.ResourceData, meta i
0 commit comments