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.
2 parents 8a4d612 + 7495486 commit 1bbac87Copy full SHA for 1bbac87
main.tf
@@ -13,11 +13,11 @@ resource "aws_ssm_document" "default" {
13
document_format = "JSON"
14
tags = merge({ "Name" = var.ssm_document_name }, var.tags)
15
16
- content = jsonencode({
+ content = jsonencode({
17
schemaVersion = "1.0"
18
description = "Document to hold regional settings for Session Manager"
19
sessionType = "Standard_Stream"
20
- inputs = {
+ inputs = {
21
s3BucketName = var.s3_bucket_name
22
s3KeyPrefix = var.s3_key_prefix
23
s3EncryptionEnabled = var.s3_encryption_enabled
0 commit comments