{ "version": 4, "terraform_version": "1.8.8", "serial": 485, "lineage": "61f9a3d7-0e7a-5817-f96d-dceed8b88af6", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1f3319e37fbd0e96a", "ami": "ami-0f83dda0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-16f007e3"], "subnet_id": "subnet-e04329de", "key_name": "prod-deploy-key" } } ] } ] }