{ "version": 4, "terraform_version": "1.8.2", "serial": 562, "lineage": "23cc11aa-58a1-8a2d-f23b-d82301460c72", "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-04fcc2c40eca46c65", "ami": "ami-5f268c7f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c05f8360"], "subnet_id": "subnet-87f0e3ce", "key_name": "prod-deploy-key" } } ] } ] }