{ "version": 4, "terraform_version": "1.5.1", "serial": 327, "lineage": "43e46f02-3c8f-0d5f-e881-13f8f3459c08", "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-85ec6c25a0853426c", "ami": "ami-82d75fc6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-22b3d85e"], "subnet_id": "subnet-cfa4628d", "key_name": "prod-deploy-key" } } ] } ] }