-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform Module for EFS #35
Conversation
…aform_Module_AWS_EFS
…utomations into Terraform_Module_AWS_EFS
type = bool | ||
default = true | ||
} | ||
variable "kms_key_id" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@angeleenasunny , I believe this variable is not needed anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qburst-praven This is removed.
} | ||
variable "subnet_id" { | ||
type = string | ||
default = "subnet-01234567890abcdef" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls change the default values, these and the sec groups provided below might not exist.
Terraform Plan:
module.efs.aws_efs_file_system.elastic_file_system will be created
arn = (known after apply)
availability_zone_id = (known after apply)
availability_zone_name = (known after apply)
creation_token = "test-efs"
dns_name = (known after apply)
encrypted = true
id = (known after apply)
kms_key_id = (known after apply)
name = (known after apply)
number_of_mount_targets = (known after apply)
owner_id = (known after apply)
performance_mode = "generalPurpose"
size_in_bytes = (known after apply)
tags_all = {
}
throughput_mode = "bursting"
lifecycle_policy {
}
}
module.efs.aws_efs_mount_target.efs_mount_target[0] will be created
]
}
module.efs.aws_efs_mount_target.efs_mount_target[1] will be created
]
}
module.efs.aws_kms_key.kms_key_efs will be created
}
}
Plan: 4 to add, 0 to change, 0 to destroy.
Changes to Outputs:
]
}