{ "version": 4, "terraform_version": "1.8.9", "serial": 158, "lineage": "855b4ebd-49b0-2c88-837b-58bbbaf0b0a4", "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-f4393e364dff1ba06", "ami": "ami-d510cbca", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e0f8b563"], "subnet_id": "subnet-93c90c43", "key_name": "prod-deploy-key" } } ] } ] }