{ "version": 4, "terraform_version": "1.8.6", "serial": 109, "lineage": "bac165e8-eb07-a361-1d47-d721b403c333", "outputs": { "db_endpoint": { "value": "db-0.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-b910ed35d6d3d3bb5", "ami": "ami-4313ef0f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8a6a9261"], "subnet_id": "subnet-bb8170d8", "key_name": "prod-deploy-key" } } ] } ] }