Skip to content

Commit

Permalink
fix test arguments for oracledatabase_cloudexadatainfrastructure (#11…
Browse files Browse the repository at this point in the history
…991) (#819)

[upstream:c1921b7ee7edde33bfa25e5fae9a87516930c9ae]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 14, 2024
1 parent b326e8c commit 9cef704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions oracledatabase_cloud_exadata_infrastructure_basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_oracle_database_cloud_exadata_infrastructure" "my-cloud-exadata"{
display_name = "OFake exadata displayname"
cloud_exadata_infrastructure_id = "ofake-exadata"
cloud_exadata_infrastructure_id = "my-instance-${local.name_suffix}"
display_name = "my-instance-${local.name_suffix} displayname"
location = "us-east4"
project = "my-project-${local.name_suffix}"
properties {
Expand Down
4 changes: 2 additions & 2 deletions oracledatabase_cloud_exadata_infrastructure_full/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_oracle_database_cloud_exadata_infrastructure" "my-cloud-exadata"{
display_name = "OFake exadata displayname"
cloud_exadata_infrastructure_id = "ofake-exadata-id"
cloud_exadata_infrastructure_id = "my-instance-${local.name_suffix}"
display_name = "my-instance-${local.name_suffix} displayname"
location = "us-east4"
project = "my-project-${local.name_suffix}"
gcp_oracle_zone = "us-east4-b-r1"
Expand Down

0 comments on commit 9cef704

Please sign in to comment.