{ "version": 4, "terraform_version": "1.5.8", "serial": 111, "lineage": "64039e93-4b48-d957-6a26-f689d9b7f6fe", "outputs": { "db_endpoint": { "value": "db-2.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-b67377d475c1aa72d", "ami": "ami-4022b11a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a0ac1d66"], "subnet_id": "subnet-9018df30", "key_name": "prod-deploy-key" } } ] } ] }