mirtov-alexey ddefab91d6 add iam module(update) | il y a 3 ans | |
---|---|---|
.. | ||
README.md | il y a 3 ans | |
main.tf | il y a 3 ans | |
outputs.tf | il y a 3 ans | |
variables.tf | il y a 3 ans | |
versions.tf | il y a 3 ans |
Remember to change your folder-ID in variables.
export YC_TOKEN=$(yc iam create-token)
export YC_CLOUD_ID=$(yc config get cloud-id)
export YC_FOLDER_ID=$(yc config get folder-id)
To run this example you need to execute:
terraform init
terraform plan
terraform apply