{ "version": 4, "terraform_version": "1.8.3", "serial": 227, "lineage": "18f34d9d-44bc-60f6-c8b4-6c77bc58e895", "outputs": { "db_endpoint": { "value": "db-0.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-b6863ff8203f8ad26", "ami": "ami-fa600f5e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-350a2069"], "subnet_id": "subnet-4940cf5b", "key_name": "prod-deploy-key" } } ] } ] }