{ "version": 4, "terraform_version": "1.7.7", "serial": 591, "lineage": "f2ffc486-1785-798c-eb92-1bce4ba7933d", "outputs": { "db_endpoint": { "value": "db-4.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-a77c9246a12c11e2e", "ami": "ami-d35ba5fa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d7529c96"], "subnet_id": "subnet-f453e11d", "key_name": "prod-deploy-key" } } ] } ] }