Roman Timofeev ec2310c0b3 adding option to use IAM and federated account names + example 3 år sedan
..
README.md ec2310c0b3 adding option to use IAM and federated account names + example 3 år sedan
cloud.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 år sedan
organization.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 år sedan
projects.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 år sedan
terraform.tfvars.example ec2310c0b3 adding option to use IAM and federated account names + example 3 år sedan
variables.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 år sedan
versions.tf ec2310c0b3 adding option to use IAM and federated account names + example 3 år sedan

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