init: copied modules from lawndale-infra
This commit is contained in:
9
remote-state-access/outputs.tf
Normal file
9
remote-state-access/outputs.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
output "role_arn" {
|
||||
type = string
|
||||
value = var.create_role ? aws_iam_role.this.arn : null
|
||||
}
|
||||
|
||||
output "policy_arn" {
|
||||
type = string
|
||||
value = var.create_policy ? aws_iam_policy.this.arn : null
|
||||
}
|
||||
Reference in New Issue
Block a user