Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 1, 2021
1 parent bee411a commit 3564037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module "myrole1" {
saml_provider_arn = "arn:aws:iam::079788916859:saml-provider/Census_TCO_IDMS"
enable_ldap_creation = true
assume_policy_document = data.terraform_remote_state.common.outputs.saml_assume_json
attached_policies = [ data.aws_iam_policy.aws-managed-administratoraccess.arn, aws_iam_policy.role_assume.arn ]
attached_policies = [ data.aws_iam_policy.aws-managed-administratoraccess.arn,
aws_iam_policy.role_assume.arn ]
ldap_user = "cn=myuser,ou=Application,o=U.S. Census Bureau,c=US"
ldap_password = "password1234$$"
Expand Down
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
* saml_provider_arn = "arn:aws:iam::079788916859:saml-provider/Census_TCO_IDMS"
* enable_ldap_creation = true
* assume_policy_document = data.terraform_remote_state.common.outputs.saml_assume_json
* attached_policies = [ data.aws_iam_policy.aws-managed-administratoraccess.arn, aws_iam_policy.role_assume.arn ]
* attached_policies = [ data.aws_iam_policy.aws-managed-administratoraccess.arn,
* aws_iam_policy.role_assume.arn ]
* ldap_user = "cn=myuser,ou=Application,o=U.S. Census Bureau,c=US"
* ldap_password = "password1234$$"
*
Expand Down

0 comments on commit 3564037

Please sign in to comment.