Fix links in AWS Terraform blog post (#6342)

This commit is contained in:
Zach Wasserman 2022-06-23 07:01:52 -07:00 committed by GitHub
parent 65c0c39edf
commit c241f3fa08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ Deploying on AWS with Fleets reference architecture will get you a fully func
- AWS CLI installed
- Terraform installed (version 1.04 or greater)
- AWS Account and IAM user capable of creating resources
- Clone [Fleet](https://github.com/fleetdm/fleet) or copy the [terraform files](https://github.com/fleetdm/fleet/tree/fleet-v4.7.0/tools/terraform)
- Clone [Fleet](https://github.com/fleetdm/fleet) or copy the [Terraform files](https://github.com/fleetdm/fleet/tree/main/infrastructure/dogfood/terraform/aws)
## Bootstrapping
@ -40,7 +40,7 @@ After typing `yes` you should have a new S3 bucket named `<prefix>-terraform-rem
## Infastructure
https://github.com/fleetdm/fleet/tools/terraform
Using the buckets and table we just created, well update the [remote state](https://github.com/fleetdm/fleet/tree/fleet-v4.7.0/tools/terraform/main.tf) to expect the same values:
Using the buckets and table we just created, well update the [remote state](https://github.com/fleetdm/fleet/tree/main/infrastructure/dogfood/terraform/aws/main.tf) to expect the same values:
```
terraform {
@ -152,4 +152,4 @@ Setting up all the required infrastructure to run a dedicated web service in AWS
<meta name="authorFullName" value="Ben Edwards">
<meta name="publishedOn" value="2021-11-30">
<meta name="articleTitle" value="Deploying Fleet on AWS with Terraform">
<meta name="articleImageUrl" value="../website/assets/images/articles/deploying-fleet-on-aws-with-terraform-cover-800x450@2x.png">
<meta name="articleImageUrl" value="../website/assets/images/articles/deploying-fleet-on-aws-with-terraform-cover-800x450@2x.png">