Skip to content

Commit

Permalink
Revert "Adding in deleteBeforeReplace as default option, fixes #73 (#…
Browse files Browse the repository at this point in the history
…2586)"

This reverts commit 4fd50a5.
  • Loading branch information
t0yv0 committed Nov 8, 2024
1 parent b935fa1 commit 6b56298
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -1037,10 +1037,6 @@ 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 6b56298

Please sign in to comment.