Skip to content

Commit

Permalink
Bridge gap between Terraform and API for AlloyDB (#8781) (#546)
Browse files Browse the repository at this point in the history
* Add display name to backup

* Add alll the fields for backup

* Fix indentation

* Fix indentation

* Fix documentation and  attribute type

* Add attributes for cluster and instance with tests

* Remove annotations and displayName as not supported by GET API

* Misc

* Mark queryInsightsConfig as default_from_api instead of its sub-fields

* Mark Backup type as default_from_api

* Delete ignore_only section in alloydb_backup_basic

* Re-run tests

* Comment out tests failing due to networking service bug

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 25, 2023
1 parent 28f59ea commit cbb5c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alloydb_backup_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resource "google_alloydb_backup" "default" {
cluster_name = google_alloydb_cluster.default.name

description = "example description"
type = "ON_DEMAND"
labels = {
"label" = "key"
}
Expand Down

0 comments on commit cbb5c23

Please sign in to comment.