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