{ "version": 4, "terraform_version": "1.7.6", "serial": 114, "lineage": "9b8e944f-1058-aac2-334e-5f08a6023c65", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-02188eb6ac60cd44f", "ami": "ami-e74a1787", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0962976d"], "subnet_id": "subnet-d0a1bab7", "key_name": "prod-deploy-key" } } ] } ] }