Skip to content

Commit

Permalink
Allow regexed and use StringLike matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
nayyara.samuel committed Apr 8, 2020
1 parent 5acbaca commit ec21999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ module "okta_child" {
***Terraform 12***:
```hcl-terraform
module "okta_master" {
source = "github.com/elastic/terraform-okta-aws.git/modules/master?ref=v1.0.0"
source = "github.com/elastic/terraform-okta-aws.git/modules/master?ref=v1.1.1"
}
module "okta_child" {
source = "github.com/elastic/terraform-okta-aws.git/modules/child?ref=v1.0.0"
source = "github.com/elastic/terraform-okta-aws.git/modules/child?ref=v1.1.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion modules/child/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ locals {
},
"Action": "sts:AssumeRoleWithSAML",
"Condition": {
"StringEquals": {
"StringLike": {
"SAML:aud": "${var.sp_url}"
}
}
Expand Down

0 comments on commit ec21999

Please # to comment.