{ "version": 4, "terraform_version": "1.5.0", "serial": 175, "lineage": "2ff4d9d3-4efb-8bef-132c-385ce621a602", "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-2edb0e6f611cf4d32", "ami": "ami-71bf0cb7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3d4af38d"], "subnet_id": "subnet-a7ec13f3", "key_name": "prod-deploy-key" } } ] } ] }