{ "version": 4, "terraform_version": "1.8.5", "serial": 313, "lineage": "321d1ae0-d786-05ad-e168-61cda0a42a00", "outputs": { "db_endpoint": { "value": "db-3.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-a776f6c03eb43c97f", "ami": "ami-0ead6041", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-31158060"], "subnet_id": "subnet-5cb62736", "key_name": "prod-deploy-key" } } ] } ] }