File tree Expand file tree Collapse file tree 7 files changed +39
-13
lines changed
Expand file tree Collapse file tree 7 files changed +39
-13
lines changed Original file line number Diff line number Diff line change 55.venv
66__pycache__
77.pytest_cache
8- .coverage
8+ .coverage
9+ .terraform.lock.hcl
10+ htmlcov
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ include "root" {
22 path = find_in_parent_folders ()
33}
44
5+ locals {
6+ git_tag = " 1.0.3"
7+ }
8+
59terraform {
6- source = " git::https://github. com/launchbynttdata/tf-aws- module_primitive- lambda_function//.?ref=1.0.3 "
7- }
10+ source = " tfr://terraform.registry.launch.nttdata. com/module_primitive/ lambda_function/aws?version= ${ local . git_tag } "
11+ }
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ include "root" {
22 path = find_in_parent_folders ()
33}
44
5+ locals {
6+ git_tag = " 1.0.3"
7+ }
8+
59terraform {
6- source = " git::https://github. com/launchbynttdata/tf-aws- module_primitive- lambda_function//.?ref=1.0.3 "
7- }
10+ source = " tfr://terraform.registry.launch.nttdata. com/module_primitive/ lambda_function/aws?version= ${ local . git_tag } "
11+ }
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ include "root" {
22 path = find_in_parent_folders ()
33}
44
5+ locals {
6+ git_tag = " 1.0.3"
7+ }
8+
59terraform {
6- source = " git::https://github. com/launchbynttdata/tf-aws- module_primitive- lambda_function//.?ref=1.0.3 "
7- }
10+ source = " tfr://terraform.registry.launch.nttdata. com/module_primitive/ lambda_function/aws?version= ${ local . git_tag } "
11+ }
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ include "root" {
22 path = find_in_parent_folders ()
33}
44
5+ locals {
6+ git_tag = " 1.0.3"
7+ }
8+
59terraform {
6- source = " git::https://github. com/launchbynttdata/tf-aws- module_primitive- lambda_function//.?ref=1.0.3 "
7- }
10+ source = " tfr://terraform.registry.launch.nttdata. com/module_primitive/ lambda_function/aws?version= ${ local . git_tag } "
11+ }
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ include "root" {
22 path = find_in_parent_folders ()
33}
44
5+ locals {
6+ git_tag = " 1.0.3"
7+ }
8+
59terraform {
6- source = " git::https://github. com/launchbynttdata/tf-aws- module_primitive- lambda_function//.?ref=1.0.3 "
7- }
10+ source = " tfr://terraform.registry.launch.nttdata. com/module_primitive/ lambda_function/aws?version= ${ local . git_tag } "
11+ }
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ include "root" {
22 path = find_in_parent_folders ()
33}
44
5+ locals {
6+ git_tag = " 1.0.3"
7+ }
8+
59terraform {
6- source = " git::https://github. com/launchbynttdata/tf-aws- module_primitive- lambda_function//.?ref=1.0.3 "
7- }
10+ source = " tfr://terraform.registry.launch.nttdata. com/module_primitive/ lambda_function/aws?version= ${ local . git_tag } "
11+ }
You can’t perform that action at this time.
0 commit comments