{ "version": 4, "terraform_version": "1.5.4", "serial": 383, "lineage": "b60d29f8-4e2d-8189-6b3a-677ac13287e0", "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-09547c53dc27f4c9b", "ami": "ami-d0fa8666", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ed7acdd3"], "subnet_id": "subnet-f9c4c206", "key_name": "prod-deploy-key" } } ] } ] }