{ "version": 4, "terraform_version": "1.7.4", "serial": 106, "lineage": "9eb97822-07d3-e9d3-ba51-72c1df0ec7c0", "outputs": { "db_endpoint": { "value": "db-4.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-17696da4d6b8037c2", "ami": "ami-aaa0b632", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9b54a3a7"], "subnet_id": "subnet-b1f46746", "key_name": "prod-deploy-key" } } ] } ] }