{ "version": 4, "terraform_version": "1.5.9", "serial": 495, "lineage": "1df68e7a-9a46-5955-ad92-07e174c48865", "outputs": { "db_endpoint": { "value": "db-1.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-3c2fcd23bfdfbe59e", "ami": "ami-05839bf6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9f9dac5e"], "subnet_id": "subnet-5057117b", "key_name": "prod-deploy-key" } } ] } ] }