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