mirtov-alexey ddefab91d6 add iam module(update) | 3 vuotta sitten | |
---|---|---|
.. | ||
README.md | 3 vuotta sitten | |
main.tf | 3 vuotta sitten | |
outputs.tf | 3 vuotta sitten | |
variables.tf | 3 vuotta sitten | |
versions.tf | 3 vuotta sitten |
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