Skip to content

Instantly share code, notes, and snippets.

@nhammad
Last active June 27, 2022 12:27
Show Gist options
  • Save nhammad/d6f96e7071f3a03cc30ff6927d587277 to your computer and use it in GitHub Desktop.
Save nhammad/d6f96e7071f3a03cc30ff6927d587277 to your computer and use it in GitHub Desktop.
resource "aws_secretsmanager_secret" "pipeline_password" {
name = "pipeline_pwd"
description = "pipeline pwd for triggering bitbucket pipeline"
tags = "-"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment