FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_sns_topic

Provides an SNS topic resource

Example Usage

resource "aws_sns_topic" "user_updates" {
  name = "user-updates-topic"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

SNS Topics can be imported using the topic arn, e.g.

$ terraform import aws_sns_topic.user_updates arn:aws:sns:us-west-2:0123456789012:my-topic

See the source of this document at Terraform.io