sg, eks, iam 모듈추가
This commit is contained in:
14
modules/iam/eks-cluster.json.tftpl
Normal file
14
modules/iam/eks-cluster.json.tftpl
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"Version" : "2012-10-17",
|
||||
"Statement" : [
|
||||
{
|
||||
"Effect" : "Allow",
|
||||
"Principal" : {
|
||||
"Service" : [
|
||||
"eks.amazonaws.com"
|
||||
]
|
||||
},
|
||||
"Action" : "sts:AssumeRole"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user