{ "version": 4, "terraform_version": "1.8.9", "serial": 199, "lineage": "0aa173c3-e2bc-3999-ced9-b806e8b9a9f6", "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-d55c006b87d0621bd", "ami": "ami-36e01c02", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-07f39fe6"], "subnet_id": "subnet-aa05072d", "key_name": "prod-deploy-key" } } ] } ] }