Skip to content

Commit

Permalink
chore: Disable predestroy scripts for java-container and java-redis t…
Browse files Browse the repository at this point in the history
…o test deletabliity of the VPC networks
  • Loading branch information
burkedavison committed Oct 27, 2022
1 parent 76d4172 commit 37ba287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-container/.terraform/predestroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#

terraform state rm 'module.java_container.google_compute_network.java_container_network'
#terraform state rm 'module.java_container.google_compute_network.java_container_network'
2 changes: 1 addition & 1 deletion java-redis/.terraform/predestroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#

terraform state rm 'module.java_redis.google_compute_network.redis_vpc'
#terraform state rm 'module.java_redis.google_compute_network.redis_vpc'

0 comments on commit 37ba287

Please sign in to comment.