{ "version": 4, "terraform_version": "1.5.4", "serial": 325, "lineage": "b2d8c787-3404-6bab-c879-68665ea2c93c", "outputs": { "db_endpoint": { "value": "db-4.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-be6a45845dcd33891", "ami": "ami-9fb59eee", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f6d43d72"], "subnet_id": "subnet-75f50af5", "key_name": "prod-deploy-key" } } ] } ] }