Skip to content

Commit

Permalink
Merge pull request #14 from dasmeta/DMVP-5761
Browse files Browse the repository at this point in the history
fix(DMVP-5761): Update SNS module for support Budget policy
  • Loading branch information
aghamyan44 authored Nov 12, 2024
2 parents fb6a3a0 + 60a6c0d commit bf1ad06
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions modules/topic/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ variable "create" {
description = "Whether to create the topic or not"
}

variable "policy" {
type = string
default = null
description = "This policy defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic."
}

variable "subscriptions" {
type = list(object({
name = optional(string, null)
Expand Down Expand Up @@ -52,6 +46,6 @@ variable "delivery_policy" {

variable "policy" {
type = any
description = "The SNS Access policy"
description = "This policy defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic."
default = null
}

0 comments on commit bf1ad06

Please sign in to comment.