{ "version": 4, "terraform_version": "1.8.1", "serial": 505, "lineage": "39fd3ab6-ea78-e2dc-9b12-4ec3a96a8f52", "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-4be70207c01cf4b52", "ami": "ami-3679c493", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-adb1cf30"], "subnet_id": "subnet-599ebd31", "key_name": "prod-deploy-key" } } ] } ] }