{ "version": 4, "terraform_version": "1.7.9", "serial": 465, "lineage": "c16404db-5eff-61c8-8173-e29379a6d5c3", "outputs": { "db_endpoint": { "value": "db-2.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-54236d2a269fa6b6f", "ami": "ami-46e7486d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-96eb9ccf"], "subnet_id": "subnet-2a03dc51", "key_name": "prod-deploy-key" } } ] } ] }