{ "version": 4, "terraform_version": "1.8.9", "serial": 260, "lineage": "38ea4a3b-33c5-8f7f-f574-6866ccaea5c2", "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-dd8e12d22a52f8cac", "ami": "ami-4b7f94e1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f2fab525"], "subnet_id": "subnet-1fe62fd3", "key_name": "prod-deploy-key" } } ] } ] }