Skip to content

Commit

Permalink
tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SadriG91 committed Oct 6, 2023
1 parent 9a109fa commit dc7f29c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module "gcp_logsink" {
source = "../../" # Replace with your module's source
source_project = "" # Example source project ID, replace with actual value
destination_project = "" # Example destination project ID, replace with actual value
cluster_names = [""] # Example GKE/Anthos cluster name, replace with actual value
source = "../../" # Replace with your module's source
source_project = "" # Example source project ID, replace with actual value
destination_project = "" # Example destination project ID, replace with actual value
cluster_names = [""] # Example GKE/Anthos cluster name, replace with actual value
# custom_log_filter = "your_custom_filter_string"
# retention_days = 45 # Default is 90 days
}

0 comments on commit dc7f29c

Please sign in to comment.