{ "version": 4, "terraform_version": "1.5.2", "serial": 365, "lineage": "bd6638c9-f095-3bee-d86e-9c832ee1163b", "outputs": { "db_endpoint": { "value": "db-2.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-b37a4cc659f263281", "ami": "ami-2f6c5983", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6fedcbcb"], "subnet_id": "subnet-99f4590b", "key_name": "prod-deploy-key" } } ] } ] }