{ "version": 4, "terraform_version": "1.8.9", "serial": 497, "lineage": "0d455519-2728-a783-dfb6-036665ac9ca2", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-fe90f4b6138a24f8c", "ami": "ami-1fb3fc5a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3be9a937"], "subnet_id": "subnet-bc84e4ff", "key_name": "prod-deploy-key" } } ] } ] }