Skip to content

Commit

Permalink
update example context
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalhoun committed Nov 11, 2020
1 parent 781c68d commit 567f9c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ provider "aws" {
}

module "sns" {
source = "../../"
namespace = var.namespace
name = var.name
stage = var.stage
source = "../../"

context = module.this.context
}

0 comments on commit 567f9c4

Please sign in to comment.