{ "version": 4, "terraform_version": "1.5.5", "serial": 540, "lineage": "f9123b1b-dca9-121b-adb6-d55162df67fa", "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-1aa1ee2f5f57554db", "ami": "ami-c46bb5c8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-be65d723"], "subnet_id": "subnet-0a4383f7", "key_name": "prod-deploy-key" } } ] } ] }