terraform-up-and-running-code icon indicating copy to clipboard operation
terraform-up-and-running-code copied to clipboard

Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman

Results 22 terraform-up-and-running-code issues
Sort by recently updated
recently updated
newest added

I observed that the IAM role to create a new AWS user would require the addition a policy as specified in steps 11 - 21 in this [doc](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html#orgs_manage_accounts_create-cross-account-role) I feel...

question

Hi, I just follow the same code to set up webserver but got this error: ``` Error: Error retrieving Auto Scaling Groups: RequestError: send request failed caused by: Post "https://autoscaling.us-east-1.amazonaws.com/":...

question

On https://github.com/brikis98/terraform-up-and-running-code/blob/master/code/terraform/02-intro-to-terraform-syntax/webserver-cluster/main.tf, the AMI for the instances does no longer exist and fails, and I don't know what other image would contain busybox for trying out the HTTP requests I...

question

* Book instructions for macOS state `brew install terraform` * That _currently_ installs `0.14.7` version * 00-preface/hello-world main.tf `required_version = ">= 0.12, < 0.13"` * It would be nice to...

enhancement

1. terraform apply ` .... Outputs: alb_dns_name = "terraform-asg-example-1820730563.us-east-2.elb.amazonaws.com" ` 2. Access the domain name http 504 ` dig terraform-asg-example-1820730563.us-east-2.elb.amazonaws.com ; DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.14 terraform-asg-example-1820730563.us-east-2.elb.amazonaws.com ;; global options: +cmd ;; Got...

Updated Kubernetes to oldest version supported by AWS [https://aws.amazon.com/about-aws/whats-new/2023/10/amazon-eks-support-kubernetes-versions-preview/](url) updated version 1.21 >> 1.23

Hi, is there in the book or in this repository a full example which shows all aspects of the book? I ended up with a lot of peaces and would...

Hello, in the "State File Isolation" section, when following the commands and codes, when it comes time to create a new workspace: # terraform workspace new example1 It issues this...

Hi, on page 101 of the english version of the book I can not see the file structure here: https://github.com/brikis98/terraform-up-and-running-code/tree/3rd-edition/code/terraform/03-terraform-state/file-layout-example There are folders missing. Why? Thank you

I am having some errors with the code from Chapter 3 when we split the code to folders. I had written the code on chapter 3 and it worked well...

question