{ "version": 4, "terraform_version": "1.7.6", "serial": 482, "lineage": "577cf9ee-4bdd-5254-04a0-f8b6f859ddcf", "outputs": { "db_endpoint": { "value": "db-1.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-272c7052a7eb9bdd7", "ami": "ami-f85514f0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74c64c6d"], "subnet_id": "subnet-2b13b7c1", "key_name": "prod-deploy-key" } } ] } ] }