terraform
Terraform
Terraform is HashiCorp’s IaC tool for multi-cloud infrastructure.
resource "aws_s3_bucket" "site" {
bucket = "my-static-site"
}
See Infrastructure as Code · Ansible · DevOps Hub.
Terraform is HashiCorp’s IaC tool for multi-cloud infrastructure.
resource "aws_s3_bucket" "site" {
bucket = "my-static-site"
}
See Infrastructure as Code · Ansible · DevOps Hub.