{ "version": 4, "terraform_version": "1.8.2", "serial": 232, "lineage": "31af9a1e-e76d-a4bb-1bac-2ffec527b7cc", "outputs": { "db_endpoint": { "value": "db-2.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-58976113082f242b9", "ami": "ami-6a16af45", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e4f28dec"], "subnet_id": "subnet-07d91177", "key_name": "prod-deploy-key" } } ] } ] }