Skip to content

Commit

Permalink
Use beta provider in runtimeconfig (#5389) (#3800)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 29, 2021
1 parent 435f294 commit 4012e55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/5389.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
5 changes: 5 additions & 0 deletions google-beta/iam_runtimeconfig_config_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func TestAccRuntimeConfigConfigIamPolicyGenerated(t *testing.T) {
func testAccRuntimeConfigConfigIamMember_basicGenerated(context map[string]interface{}) string {
return Nprintf(`
resource "google_runtimeconfig_config" "config" {
provider = google-beta
name = "tf-test-my-config%{random_suffix}"
description = "Runtime configuration values for my service"
}
Expand All @@ -105,6 +106,7 @@ resource "google_runtimeconfig_config_iam_member" "foo" {
func testAccRuntimeConfigConfigIamPolicy_basicGenerated(context map[string]interface{}) string {
return Nprintf(`
resource "google_runtimeconfig_config" "config" {
provider = google-beta
name = "tf-test-my-config%{random_suffix}"
description = "Runtime configuration values for my service"
}
Expand All @@ -129,6 +131,7 @@ resource "google_runtimeconfig_config_iam_policy" "foo" {
func testAccRuntimeConfigConfigIamPolicy_emptyBinding(context map[string]interface{}) string {
return Nprintf(`
resource "google_runtimeconfig_config" "config" {
provider = google-beta
name = "tf-test-my-config%{random_suffix}"
description = "Runtime configuration values for my service"
}
Expand All @@ -149,6 +152,7 @@ resource "google_runtimeconfig_config_iam_policy" "foo" {
func testAccRuntimeConfigConfigIamBinding_basicGenerated(context map[string]interface{}) string {
return Nprintf(`
resource "google_runtimeconfig_config" "config" {
provider = google-beta
name = "tf-test-my-config%{random_suffix}"
description = "Runtime configuration values for my service"
}
Expand All @@ -166,6 +170,7 @@ resource "google_runtimeconfig_config_iam_binding" "foo" {
func testAccRuntimeConfigConfigIamBinding_updateGenerated(context map[string]interface{}) string {
return Nprintf(`
resource "google_runtimeconfig_config" "config" {
provider = google-beta
name = "tf-test-my-config%{random_suffix}"
description = "Runtime configuration values for my service"
}
Expand Down

0 comments on commit 4012e55

Please sign in to comment.