{ "version": 4, "terraform_version": "1.8.3", "serial": 462, "lineage": "2367a68c-2561-102e-d62f-480f7fc448cb", "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-1d92a552d09f1302d", "ami": "ami-79d22515", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9b44498d"], "subnet_id": "subnet-d56abfcd", "key_name": "prod-deploy-key" } } ] } ] }