Skip to content

Commit

Permalink
Remove oauth_token from list of SSM Parameter Store parameters
Browse files Browse the repository at this point in the history
cisagov/cyhy-commander is now a public repo, so the OAuth token is no
longer needed.
  • Loading branch information
jsf9k committed Jun 30, 2023
1 parent 47d4bf2 commit 9f0f8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module "user" {
}

entity = "ansible-role-cyhy-commander"
ssm_parameters = ["/github/oauth_token", "/cyhy/core/geoip/license_key"]
ssm_parameters = ["/cyhy/core/geoip/license_key"]
}

0 comments on commit 9f0f8c4

Please sign in to comment.