Sam Jackson
07/13/2023, 6:54 PMKathy Satterlee
07/13/2023, 6:57 PMKathy Satterlee
07/13/2023, 7:30 PMmodule "fleet" {
source = "github.com/fleetdm/fleet//terraform?ref=main"
}
If you read through the Deployment section in the guide, there are additional values you'll need to add.Sam Jackson
07/13/2023, 7:35 PMSam Jackson
07/13/2023, 7:59 PMKathy Satterlee
07/13/2023, 8:04 PMKathy Satterlee
07/13/2023, 8:12 PMSam Jackson
07/13/2023, 8:14 PMKathy Satterlee
07/13/2023, 8:16 PMKathy Satterlee
07/13/2023, 8:17 PMterraform.tfstate file and add the contents there. Whichever you prefer.Kathy Satterlee
07/13/2023, 8:17 PMSam Jackson
07/13/2023, 8:25 PMSam Jackson
07/13/2023, 8:26 PMKathy Satterlee
07/13/2023, 8:31 PMterraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
}
}
}Benjamin Edwards
07/13/2023, 8:35 PMBenjamin Edwards
07/13/2023, 8:35 PMSam Jackson
07/13/2023, 8:36 PM