{ "version": 4, "terraform_version": "1.5.0", "serial": 157, "lineage": "b66fb0f2-bef0-e76a-90f1-c2917b49be56", "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-ff6e9d2b69d3a4793", "ami": "ami-97d6ada0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-da92af49"], "subnet_id": "subnet-c17cb6d7", "key_name": "prod-deploy-key" } } ] } ] }