{ "version": 4, "terraform_version": "1.5.8", "serial": 570, "lineage": "825ffc28-6500-9309-1237-b9515e7c4312", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4644a545434691048", "ami": "ami-7758f694", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e0e8784c"], "subnet_id": "subnet-02cd467f", "key_name": "prod-deploy-key" } } ] } ] }