Browse the Repo

file-type-icon.circleci
file-type-iconexamples
file-type-iconmodules
file-type-iconkinesis
file-type-iconsns
file-type-iconREADME.md
file-type-iconmain.tf
file-type-iconoutputs.tf
file-type-iconvars.tf
file-type-iconsqs
file-type-icontest
file-type-icon.gitignore
file-type-iconCODEOWNERS
file-type-iconLICENSE.txt
file-type-iconREADME.md

Browse the Repo

file-type-icon.circleci
file-type-iconexamples
file-type-iconmodules
file-type-iconkinesis
file-type-iconsns
file-type-iconREADME.md
file-type-iconmain.tf
file-type-iconoutputs.tf
file-type-iconvars.tf
file-type-iconsqs
file-type-icontest
file-type-icon.gitignore
file-type-iconCODEOWNERS
file-type-iconLICENSE.txt
file-type-iconREADME.md
SNS

SNS

Create SNS topics with configurable IAM and delivery policies.

Code Preview

Preview the Code

mobile file icon

vars.tf

down
  • # ---------------------------------------------------------------------------------------------------------------------
  • # REQUIRED PARAMETERS
  • # These variables are expected to be passed in by the operator when calling this terraform module
  • # ---------------------------------------------------------------------------------------------------------------------
  • variable "name" {
  • description = "The name of the SNS topic."
  • type = string
  • }
  • # ---------------------------------------------------------------------------------------------------------------------
  • # OPTIONAL MODULE PARAMETERS
  • # These variables have defaults, but may be overridden by the operator.
  • # ---------------------------------------------------------------------------------------------------------------------
  • # NOTE: Maximum allowed length for display name is 100 characters.
  • variable "display_name" {
  • description = "The display name of the SNS topic. NOTE: Maximum length is 100 characters."
  • type = string
  • default = ""
  • }
  • variable "tags" {
  • description = "A map of key value pairs to apply as tags to the SNS topic."
  • type = map(string)

Questions? Ask away.

We're here to talk about our services, answer any questions, give advice, or just to chat.

Ready to hand off the Gruntwork?