{ "version": 4, "terraform_version": "1.8.4", "serial": 488, "lineage": "1e4260c5-adf9-37f8-1b7d-33e733d5a802", "outputs": { "db_endpoint": { "value": "db-0.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-0e65e35f945354b4a", "ami": "ami-8faab63e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ed6566bb"], "subnet_id": "subnet-254bdfd8", "key_name": "prod-deploy-key" } } ] } ] }