outputs.tf 97 B

1234567
  1. output "role" {
  2. value = module.iam.role
  3. }
  4. output "boundary" {
  5. value = module.iam.boundary
  6. }