Skip to content

Commit

Permalink
Make google_oracle_database_autonomous_database and `google_oracle_…
Browse files Browse the repository at this point in the history
…database_cloud_exadata_infrastructure` generated tests use sweepable unique resource names (#12476)
  • Loading branch information
SarahFrench authored Dec 3, 2024
1 parent 81fef6f commit c307c76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mmv1/products/oracledatabase/AutonomousDatabase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ examples:
test_vars_overrides:
'deletion_protection': 'false'
'project': '"oci-terraform-testing"'
'autonomous_database_id': '"my-adb-instance-id"'
- name: 'oracledatabase_autonomous_database_full'
primary_resource_id: 'myADB'
vars:
Expand All @@ -72,7 +71,6 @@ examples:
- 'deletion_protection'
test_vars_overrides:
'project': '"oci-terraform-testing"'
'autonomous_database_id': '"my-adb-instance-id-2"'
'deletion_protection': 'false'
virtual_fields:
- name: 'deletion_protection'
Expand Down
2 changes: 0 additions & 2 deletions mmv1/products/oracledatabase/CloudExadataInfrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ examples:
test_vars_overrides:
'project': '"oci-terraform-testing"'
'deletion_protection': 'false'
'cloud_exadata_infrastructure_id': '"ofake-exadata-basic"'
- name: 'oracledatabase_cloud_exadata_infrastructure_full'
primary_resource_id: 'my-cloud-exadata'
vars:
Expand All @@ -73,7 +72,6 @@ examples:
test_vars_overrides:
'project': '"oci-terraform-testing"'
'deletion_protection': 'false'
'cloud_exadata_infrastructure_id': '"ofake-exadata-full"'
virtual_fields:
- name: 'deletion_protection'
type: Boolean
Expand Down

0 comments on commit c307c76

Please sign in to comment.