Skip to content

Commit

Permalink
[PFMENG-1278] add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Duleendra committed Nov 6, 2023
1 parent 6ffc0a5 commit 105d868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ resource "aws_verifiedaccess_group" "this" {
policy_document = var.group_policy_document != null ? var.group_policy_document : null
tags = var.tags

# Must attach a TrustProvider to Instance before you can create a Group
depends_on = [
aws_verifiedaccess_instance_trust_provider_attachment.this
]
Expand Down

0 comments on commit 105d868

Please sign in to comment.