You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+64-65Lines changed: 64 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -12,50 +12,54 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+
# Please note that this file was generated from [terraform-google-module-template](https://github.com/terraform-google-modules/terraform-google-module-template).
16
+
# Please make sure to contribute relevant changes upstream!
docker tag ${DOCKER_IMAGE_KITCHEN_TERRAFORM}:${DOCKER_TAG_KITCHEN_TERRAFORM}${DOCKER_ORG}/${DOCKER_IMAGE_KITCHEN_TERRAFORM}:${DOCKER_TAG_KITCHEN_TERRAFORM}
Copy file name to clipboardExpand all lines: modules/compute_instance/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Compute Instance
2
2
3
-
This module is used to create compute instances (and only compute instances) using
3
+
This module is used to create compute instances (and only compute instances) using
4
4
[google_compute_instance_from_template](https://www.terraform.io/docs/providers/google/r/compute_instance_from_template.html), with no instance groups.
Copy file name to clipboardExpand all lines: modules/umig/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Unmanaged Instance Group (UMIG)
2
2
3
-
This module is used to create compute instances using
3
+
This module is used to create compute instances using
4
4
[google_compute_instance_from_template](https://www.terraform.io/docs/providers/google/r/compute_instance_from_template.html), and [google_compute_instance_groups](https://www.terraform.io/docs/providers/google/r/compute_instance_group.html).
0 commit comments