Skip to content

Commit 627f6cb

Browse files
committed
Fix lint errors.
1 parent 77d90a5 commit 627f6cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

managedkafka/managedkafka_create_connect_cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

managedkafka/managedkafka_create_connect_cluster/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ spec:
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

0 commit comments

Comments
 (0)