{ "version": 4, "terraform_version": "1.8.3", "serial": 427, "lineage": "3011f652-b911-2b86-b646-697c887b2293", "outputs": { "db_endpoint": { "value": "db-1.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-ab0571a32cee3f9f1", "ami": "ami-2c2ffe8b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c5b576e7"], "subnet_id": "subnet-c3fe828b", "key_name": "prod-deploy-key" } } ] } ] }