Terraform - IAM - readonly 사용자 추가
This commit is contained in:
8
terraform/identity-access-management/users/version.tf
Normal file
8
terraform/identity-access-management/users/version.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user