fleet/infrastructure/loadtesting/terraform/state/state.yml
Zachary Winnerman 2fbe53b6c9
Reorg infrastructure and add changes for frontend's loadtesting environment (#4947)
* Reorganized infrastructure, updated for frontend's loadtesting

* Add changes suggested by @chiiph

* Moved files per suggestion by Ben

* Update docs with new links

* Add config for multi account assume role
2022-04-12 12:49:00 -04: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