{ "version": 4, "terraform_version": "1.7.5", "serial": 274, "lineage": "f05d9271-249f-4c61-44eb-042b1d115f5f", "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-63a5a5008f3d31732", "ami": "ami-d34230c1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8dc78d2a"], "subnet_id": "subnet-3ea58f93", "key_name": "prod-deploy-key" } } ] } ] }