{ "version": 4, "terraform_version": "1.8.1", "serial": 442, "lineage": "d721d7c4-4835-b5b1-f4cc-c38b800d94ad", "outputs": { "db_endpoint": { "value": "db-4.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-99f9d9e890160bb0b", "ami": "ami-d5f390b0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f2e091e6"], "subnet_id": "subnet-f0fc90c6", "key_name": "prod-deploy-key" } } ] } ] }