This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 7212599 Added Licenses
7212599 is described below
commit 72125990346c3f9c7b80851d20d46cf1e3435f0b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Feb 21 15:23:57 2024 +0100
Added Licenses
Signed-off-by: Andrea Cosentino <[email protected]>
---
jbang/azure-servicebus/terraform/main.tf | 17 +++++++++++++++++
jbang/azure-servicebus/terraform/outputs.tf | 17 +++++++++++++++++
jbang/azure-servicebus/terraform/variables.tf | 17 +++++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/jbang/azure-servicebus/terraform/main.tf
b/jbang/azure-servicebus/terraform/main.tf
index 709bbcf..921fc99 100644
--- a/jbang/azure-servicebus/terraform/main.tf
+++ b/jbang/azure-servicebus/terraform/main.tf
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
provider "azurerm" {
features {}
}
diff --git a/jbang/azure-servicebus/terraform/outputs.tf
b/jbang/azure-servicebus/terraform/outputs.tf
index 5806791..8ab8584 100644
--- a/jbang/azure-servicebus/terraform/outputs.tf
+++ b/jbang/azure-servicebus/terraform/outputs.tf
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
output messages_queue_name {
value =
azurerm_servicebus_queue_authorization_rule.messageQueueData.primary_connection_string
sensitive = true
diff --git a/jbang/azure-servicebus/terraform/variables.tf
b/jbang/azure-servicebus/terraform/variables.tf
index 2ab0d94..b8af1e9 100644
--- a/jbang/azure-servicebus/terraform/variables.tf
+++ b/jbang/azure-servicebus/terraform/variables.tf
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
variable location {}
variable resource_group_name {}