{ "version": 4, "terraform_version": "1.6.3", "serial": 106, "lineage": "8ed4deb9-7c3e-777c-684c-29f0c0b0c170", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bf934025e5b9138ca", "ami": "ami-20a9a212", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-871818b4"], "subnet_id": "subnet-b67c9efe", "key_name": "prod-deploy-key" } } ] } ] }