fleet/tools/loadtesting/terraform/state/state.yml
Zachary Winnerman 69c0434e88
Add terraform for the loadtesting environment (#4172)
* Add terraform for the loadtesting environment

* Add some checkov stuff and minor updates

* Remove defunct commented stuff

* Add separate cloudwatch namespace for migrations

* Remove defunct code

* checkin
2022-02-15 13:00:24 -05:00

13 lines
339 B
YAML

---
- connection: local
gather_facts: false
hosts: 127.0.0.1
tasks:
- amazon.aws.s3_bucket:
name: fleet-loadtesting-tfstate
state: present
- community.aws.dynamodb_table:
name: fleet-loadtesting-tfstate
hash_key_name: LockID
hash_key_type: STRING
billing_mode: PAY_PER_REQUEST