Skip to content

Instantly share code, notes, and snippets.

View franzramadhan's full-sized avatar
🔥
Working from home

Frans Caisar Ramadhan franzramadhan

🔥
Working from home
View GitHub Profile
@franzramadhan
franzramadhan / example_local_file.tf
Created August 22, 2019 06:33 — forked from arnobroekhof/example_local_file.tf
Terraform 0.11.x loop through a map and create files with content based on a maps --> key, value
variable "object_list" {
type = "map"
default = {
content1 = "this is example content 1",
content2 = "this is example content 2"
}
}
resource "local_file" "local_files" {
count = "${length(var.object_list)}" # perform this action based on the amount of items in the map
@franzramadhan
franzramadhan / Pipfile
Last active October 24, 2021 04:40
Fetch AWS IP ranges for particular region
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
urllib3 = "*"
[dev-packages]
@franzramadhan
franzramadhan / .python-version
Created October 24, 2021 04:44
Mock HTTP Request and set custom message for it's responses
3.9.7

Keybase proof

I hereby claim:

  • I am franzramadhan on github.
  • I am franzramadhan (https://keybase.io/franzramadhan) on keybase.
  • I have a public key ASC1ifqy6nQMcNtPMLjTyRRNY7AQvlXqNMSB7jPlSjFp3Qo

To claim this, I am signing this object: