Roman Timofeev ec2310c0b3 adding option to use IAM and federated account names + example 3 лет назад
..
README.md ec2310c0b3 adding option to use IAM and federated account names + example 3 лет назад
cloud.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 лет назад
organization.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 лет назад
projects.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 лет назад
terraform.tfvars.example ec2310c0b3 adding option to use IAM and federated account names + example 3 лет назад
variables.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 лет назад
versions.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 лет назад

README.md

Yandex.SCALE 2021 Assigning roles for to IAM users

Configure Terraform for Yandex.Cloud

  • Install YC cli
  • Add environment variables for terraform auth in Yandex.Cloud
export YC_TOKEN=$(yc iam create-token)

Quick Start

Rename terraform.tfvars.example to terraform.tfvars and add your values

To execute run:

terraform init
terraform plan
terraform apply