{ "version": 4, "terraform_version": "1.8.1", "serial": 343, "lineage": "e0f2cc43-9965-9831-4c9d-3d843882bd37", "outputs": { "db_endpoint": { "value": "db-2.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-95d5afb6af71628f4", "ami": "ami-74c295dc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3accfb61"], "subnet_id": "subnet-a28f4eca", "key_name": "prod-deploy-key" } } ] } ] }