We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cc321 commit af64ffaCopy full SHA for af64ffa
README.md
@@ -169,13 +169,9 @@ module "threatstack_aws_integration" {
169
sns_topic_display_name = string # Defaults to "Threat Stack integration topic."
170
sqs_queue_name = string # Defaults to "ThreatStackIntegration"
171
s3_bucket_name = string # Defaults to "threatstack-integration"
172
-<<<<<<< HEAD
173
s3_bucket_prefix = string # Defaults to "/"
174
tags = map # Defaults to {} (empty map)
175
-=======
176
- s3_force_destroy = string # Defaults to "/"
177
}
178
->>>>>>> master
179
180
#...
181
0 commit comments