CloudFormation
Resources: | |
User1: | |
Type: "AWS::IAM::User" | |
Properties: | |
Groups: | |
- AdministratorGroup | |
LoginProfile: | |
Password: wawawa | |
PasswordResetRequired: True | |
ManagedPolicyArns: | |
- arn:aws:iam::aws:policy/AdministratorAccess | |
UserName: ichiro | |
User2: | |
Type: "AWS::IAM::User" | |
Properties: | |
Groups: | |
- AdministratorGroup | |
LoginProfile: | |
Password: wawawa | |
PasswordResetRequired: True | |
ManagedPolicyArns: | |
- arn:aws:iam::aws:policy/AdministratorAccess | |
UserName: jiro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment