{ "version": 4, "terraform_version": "1.5.3", "serial": 228, "lineage": "5599006c-12e7-19f6-e1ba-b5eaf4fa3e65", "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-4aeb71751563348e7", "ami": "ami-b5476dd8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-de473468"], "subnet_id": "subnet-e17a9882", "key_name": "prod-deploy-key" } } ] } ] }