{ "version": 4, "terraform_version": "1.7.2", "serial": 522, "lineage": "3265e77d-9097-28ce-a0f4-3b77ce2f3886", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-2d46f5ef291aeb1d2", "ami": "ami-31f44123", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a39b3258"], "subnet_id": "subnet-c4ff657d", "key_name": "prod-deploy-key" } } ] } ] }