# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 # --- modules/iam/variables.tf --- variable "project_name" { type = string description = "Project identifier." }