{ "version": 4, "terraform_version": "1.7.8", "serial": 175, "lineage": "d3f53ba4-1cb1-83c2-3a51-3ade77362bfd", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e23b54bafcc824a5c", "ami": "ami-dfabab53", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d6d63da7"], "subnet_id": "subnet-f2894c94", "key_name": "prod-deploy-key" } } ] } ] }