We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bde457 commit fb8d044Copy full SHA for fb8d044
locals.tf
@@ -14,7 +14,7 @@ locals {
14
default_tags = {
15
provisioner = "Terraform"
16
}
17
- account_id = data.aws_caller_identity.current.account_id
+ #account_id = data.aws_caller_identity.current.account_id
18
#bucket_prefix = length(var.log_target_prefix) == 0 ? "AWSLogs/${local.account_id}/s3audit" : var.log_target_prefix
19
20
tags = merge(local.default_tags, var.tags)
main.tf
@@ -10,7 +10,7 @@
10
// See the License for the specific language governing permissions and
11
// limitations under the License.
12
13
-data "aws_caller_identity" "current" {}
+#data "aws_caller_identity" "current" {}
resource "aws_codepipeline" "this" {
name = var.name
0 commit comments