Files
dynk8s-provisioner/terraform
Dustin C. Hatch dbcda4a8ca
Some checks failed
dustin/dynk8s-provisioner/pipeline/head There was a failure building this commit
tf/userdata: Configure CRI-O to use crun
By default, CRI-O uses `runc` as the container runtime.  `runc` does not
support user namespaces, though, so we have to use `crun`, which does.
2024-11-03 12:34:40 -06:00
..
2022-09-27 12:58:51 -05:00
2024-11-03 12:31:11 -06:00
2022-09-27 12:58:51 -05:00
2022-09-27 12:58:51 -05:00
2022-09-27 12:58:51 -05:00

Configuring AWS Using Terraform

Prerequisites

The IAM user or role that runs Terraform must have the appropriate permissions. The iam-policy.json file defines a policy that will allow the Terraform to manage all of the necessary resources. Before running Terraform, create an IAM policy and assign it to a user, group, or role. Be sure to replace the AWS account ID in the various target resource names.

To use an IAM role, set the iam_role Terraform variable when executing terraform plan/terraform apply.

Create Resources

Terraform will create all resources automatically:

terraform apply