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
bigqueryreservation: fixed bug of incorrect resource recreation when `capacity_commitment_id` is unspecified in resource `bigquery_reservation_capacity_commitment`
Copy file name to clipboardExpand all lines: google/services/bigqueryreservation/resource_bigquery_capacity_commitment.go
+11-6
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Examples: US, EU, asia-northeast1. The default value is US.`,
104
104
"renewal_plan": {
105
105
Type: schema.TypeString,
106
106
Optional: true,
107
-
Description: `The plan this capacity commitment is converted to after commitmentEndTime passes. Once the plan is changed, committed period is extended according to commitment plan. Only applicable some commitment plans.`,
107
+
Description: `The plan this capacity commitment is converted to after commitmentEndTime passes. Once the plan is changed, committed period is extended according to commitment plan. Only applicable for some commitment plans.`,
Copy file name to clipboardExpand all lines: website/docs/r/bigquery_capacity_commitment.html.markdown
+2-2
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The following arguments are supported:
63
63
64
64
*`renewal_plan` -
65
65
(Optional)
66
-
The plan this capacity commitment is converted to after commitmentEndTime passes. Once the plan is changed, committed period is extended according to commitment plan. Only applicable some commitment plans.
66
+
The plan this capacity commitment is converted to after commitmentEndTime passes. Once the plan is changed, committed period is extended according to commitment plan. Only applicable for some commitment plans.
67
67
68
68
*`edition` -
69
69
(Optional)
@@ -93,7 +93,7 @@ The following arguments are supported:
93
93
94
94
In addition to the arguments listed above, the following computed attributes are exported:
95
95
96
-
*`id` - an identifier for the resource with format `projects/{{project}}/locations/{{location}}/capacityCommitments/{{capacity_commitment_id}}`
96
+
*`id` - an identifier for the resource with format `{{name}}`
97
97
98
98
*`name` -
99
99
The resource name of the capacity commitment, e.g., projects/myproject/locations/US/capacityCommitments/123
0 commit comments