Skip to content

Commit

Permalink
fix: source in example.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Aug 4, 2023
1 parent dfa2bc0 commit 6c30f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ provider "aws" {
## IAM role module call.
##-----------------------------------------------------------------------------
module "iam-role" {
source = "./../"
source = "./../../"
name = "iam"
environment = "test"
assume_role_policy = data.aws_iam_policy_document.default.json
Expand Down

0 comments on commit 6c30f47

Please sign in to comment.