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