{ "version": 4, "terraform_version": "1.8.1", "serial": 471, "lineage": "4f8b586f-bf96-aa5d-d023-08bccf4ca923", "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-af701de13679c4cfb", "ami": "ami-ae0e8d9f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-78ac21b4"], "subnet_id": "subnet-88d49de6", "key_name": "prod-deploy-key" } } ] } ] }