This is an automated email from the ASF dual-hosted git repository. shahar1 pushed a commit to branch gha-arc-rebase in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
commit d045633a36fc04e3ed1b40ae3dca99ab8b658f8d Author: Hussein Awala <[email protected]> AuthorDate: Sat Jul 22 18:10:46 2023 +0200 add missing license --- terraform/eks/iam.tf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/terraform/eks/iam.tf b/terraform/eks/iam.tf index dacc5f5..983ee0e 100644 --- a/terraform/eks/iam.tf +++ b/terraform/eks/iam.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. + data "aws_iam_policy_document" "autoscaler_policy_document" { statement { effect = "Allow"
