Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Dec 8, 2023
1 parent 1a2f570 commit 3b53cdd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ variable "aws_route53_zone_id" {
variable "aws_iam_permissions_boundary" {
type = string
description = <<-EOT
AWS IAM Policy to be used for permissions boundaries on created roles.
AWS IAM Policy ARN to be used for permissions boundaries on created roles.
Example: `GithubCIPermissionBoundaries`
Example: `arn:aws:iam::123456789012:policy/GithubCIPermissionBoundaries`
EOT
}


variable "app_hostname" {
type = string
description = <<-EOT
Expand Down
4 changes: 2 additions & 2 deletions deploy/infrastructure/modules/terraform-aws-dss/TFVARS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Example: `Z0123456789ABCDEFGHIJ`

*Type: `string`*

AWS IAM Policy to be used for permissions boundaries on created roles.
AWS IAM Policy ARN to be used for permissions boundaries on created roles.

Example: `GithubCIPermissionBoundaries`
Example: `arn:aws:iam::123456789012:policy/GithubCIPermissionBoundaries`


### app_hostname
Expand Down
5 changes: 3 additions & 2 deletions deploy/infrastructure/modules/terraform-aws-dss/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ variable "aws_route53_zone_id" {
variable "aws_iam_permissions_boundary" {
type = string
description = <<-EOT
AWS IAM Policy to be used for permissions boundaries on created roles.
AWS IAM Policy ARN to be used for permissions boundaries on created roles.
Example: `GithubCIPermissionBoundaries`
Example: `arn:aws:iam::123456789012:policy/GithubCIPermissionBoundaries`
EOT
}


variable "app_hostname" {
type = string
description = <<-EOT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
variable "aws_iam_permissions_boundary" {
type = string
description = <<-EOT
AWS IAM Policy to be used for permissions boundaries on created roles.
AWS IAM Policy ARN to be used for permissions boundaries on created roles.
Example: `GithubCIPermissionBoundaries`
Example: `arn:aws:iam::123456789012:policy/GithubCIPermissionBoundaries`
EOT
}
}
5 changes: 3 additions & 2 deletions deploy/operations/ci/aws-1/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ variable "aws_route53_zone_id" {
variable "aws_iam_permissions_boundary" {
type = string
description = <<-EOT
AWS IAM Policy to be used for permissions boundaries on created roles.
AWS IAM Policy ARN to be used for permissions boundaries on created roles.
Example: `GithubCIPermissionBoundaries`
Example: `arn:aws:iam::123456789012:policy/GithubCIPermissionBoundaries`
EOT
}


variable "app_hostname" {
type = string
description = <<-EOT
Expand Down

0 comments on commit 3b53cdd

Please sign in to comment.