{ "version": 4, "terraform_version": "1.8.9", "serial": 111, "lineage": "5d81e733-63ed-0cfc-8c79-0a099eee980b", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-a6cedce0b8926cba0", "ami": "ami-4d3a4468", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e777c52f"], "subnet_id": "subnet-51e32c06", "key_name": "prod-deploy-key" } } ] } ] }