mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix links in AWS Terraform blog post (#6342)
This commit is contained in:
parent
65c0c39edf
commit
c241f3fa08
1 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Deploying on AWS with Fleet’s 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, we’ll 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, we’ll 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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue