{ "version": 4, "terraform_version": "1.7.8", "serial": 519, "lineage": "b863dbd2-56f7-5e70-3fe0-3fe6da9d5e94", "outputs": { "db_endpoint": { "value": "db-2.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-21a5266c6d2c8eefd", "ami": "ami-732129ff", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c4c2d1bc"], "subnet_id": "subnet-cbd6aba3", "key_name": "prod-deploy-key" } } ] } ] }