{ "version": 4, "terraform_version": "1.5.3", "serial": 142, "lineage": "b8e488f5-8024-a0fa-1c46-8f3231eaa14d", "outputs": { "db_endpoint": { "value": "db-3.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-8e7c274a041225987", "ami": "ami-994abecc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5d46e05f"], "subnet_id": "subnet-fbf84fae", "key_name": "prod-deploy-key" } } ] } ] }