Skip to content

Instantly share code, notes, and snippets.

View mooneygr's full-sized avatar

Graham Mooney mooneygr

  • Vancouver, BC
View GitHub Profile
@mooneygr
mooneygr / keybase.md
Created March 24, 2020 16:53
keybase.md

Keybase proof

I hereby claim:

  • I am mooneygr on github.
  • I am grmooney (https://keybase.io/grmooney) on keybase.
  • I have a public key whose fingerprint is B10A 8547 F7AF 4FF6 96C9 7F15 2E2A E3DE 33C7 FC1B

To claim this, I am signing this object:

Plan: 5 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
module.a_table.module.table_sea1.aws_dynamodb_table.the_table: Creating...
arn: "" => "<computed>"
@mooneygr
mooneygr / example-table main.tf
Created July 10, 2018 03:44
Global Tables primary key change repro
/* call the inner module passing in region specific parameters where necessary */
module "table_rst1" {
source = "theTableSpec"
provisioned_read_capacity = "${var.provisioned_read_capacity}"
provisioned_write_capacity = "${var.provisioned_write_capacity}"
table_name = "${var.table_name}"
environment = "${var.environment}"
autoscaling_role_arn = "${var.autoscaling_role_arn}"