Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Jan 9, 2024
1 parent e7b3412 commit bf97044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/015_gcp_credentials/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data "env0_gcp_credentials" "gcp_cred_with_project_id" {
name = env0_gcp_credentials.gcp_cred_with_project_id.name
}

resource "env0_gcp_oidc_credentials" "gcp_credentials" {
resource "env0_gcp_oidc_credentials" "oidc_credentials" {
name = "test azure oidc credentials ${random_string.random.result}"
credential_configuration_file_content = jsonencode({
"key" : "value"
Expand Down

0 comments on commit bf97044

Please sign in to comment.