{ "version": 4, "terraform_version": "1.6.8", "serial": 236, "lineage": "0d2b033f-c466-8ea2-391c-edf7ab349143", "outputs": { "db_endpoint": { "value": "db-2.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-4d535ae7297188fd1", "ami": "ami-fa6ae9a0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eacffa73"], "subnet_id": "subnet-a4526fb2", "key_name": "prod-deploy-key" } } ] } ] }