{ "version": 4, "terraform_version": "1.5.9", "serial": 396, "lineage": "225d8cc0-0037-0ac2-bb35-d2c0c152f12e", "outputs": { "db_endpoint": { "value": "db-0.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-5deffe0e0591ec87a", "ami": "ami-7fb13533", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0aa77868"], "subnet_id": "subnet-5afd2cdc", "key_name": "prod-deploy-key" } } ] } ] }