{ "version": 4, "terraform_version": "1.8.6", "serial": 105, "lineage": "741fb987-0b8d-e9ed-3bd6-16fd365a4e1c", "outputs": { "db_endpoint": { "value": "db-4.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-5a0f5bc8c5bba45be", "ami": "ami-3105c505", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-520b89e1"], "subnet_id": "subnet-bef148fd", "key_name": "prod-deploy-key" } } ] } ] }