{ "version": 4, "terraform_version": "1.8.0", "serial": 251, "lineage": "3a516f94-d4c2-f3ee-6805-5459598af1f1", "outputs": { "db_endpoint": { "value": "db-2.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-4a129191ee2ffd33b", "ami": "ami-dc392777", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19036753"], "subnet_id": "subnet-14874add", "key_name": "prod-deploy-key" } } ] } ] }