File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
managedkafka/managedkafka_create_connect_cluster Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ resource "google_managed_kafka_connect_cluster" "default" {
5454# [END managedkafka_create_connect_cluster]
5555
5656# Note: Due to a known issue, network attachment resources may not be
57- # properly deleted, which can cause 'terraform destroy' to hang. It is
57+ # properly deleted, which can cause 'terraform destroy' to hang. It is
5858# recommended to destroy network resources separately from the Kafka
5959# Connect resources.
6060# The documentation elaborates further on the recommended approach.
Original file line number Diff line number Diff line change 2020 # This test is being skipped due to a known issue with leaking Network
2121 # Attachment resources which prevents `terraform destroy` from completing
2222 # successfully in the test environment.
23- skip : true
23+ skip : true
You can’t perform that action at this time.
0 commit comments