Skip to content

Instantly share code, notes, and snippets.

@guivin
Created August 21, 2021 10:55
Show Gist options
  • Save guivin/9ee19313d0697be5fabc512a564b92bf to your computer and use it in GitHub Desktop.
Save guivin/9ee19313d0697be5fabc512a564b92bf to your computer and use it in GitHub Desktop.
terraform/modules/aws-ecs-wordpress/outputs.tf
output "wordpress_admin_password" {
description = "The Wordpress admin password"
value = random_string.wordpress_admin_password.result
sensitive = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment