{ "version": 4, "terraform_version": "1.5.0", "serial": 123, "lineage": "a779f993-a9d0-d8c5-1373-b1d36ce6e0c8", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-3ecf163890cdfe071", "ami": "ami-51f6e0c7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7dedaa04"], "subnet_id": "subnet-5453c865", "key_name": "prod-deploy-key" } } ] } ] }