Skip to content

Commit

Permalink
Adding in deleteBeforeReplace as default option, fixes #73 (#2586)
Browse files Browse the repository at this point in the history
fixes #73
  • Loading branch information
rshade authored Nov 7, 2024
1 parent d6c9518 commit 4fd50a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,10 @@ func Provider() tfbridge.ProviderInfo {
"google_compute_health_check": {Tok: gcpResource(gcpCompute, "HealthCheck")},
"google_compute_http_health_check": {Fields: nameField(lowercaseAutoName())},
"google_compute_https_health_check": {Fields: nameField(lowercaseAutoName())},
"google_compute_instance": {
Tok: gcpResource(gcpCompute, "Instance"),
DeleteBeforeReplace: true,
},
"google_compute_instance_iam_binding": {
Tok: gcpResource(gcpCompute, "InstanceIAMBinding"),
Docs: &tfbridge.DocInfo{
Expand Down

0 comments on commit 4fd50a5

Please sign in to comment.