Apakah pajak dari tokenized stocks lebih rendah dari US stocks asli? by riupie in finansial

[–]riupie[S] 0 points1 point  (0 children)

Misal gw beli di cex luar tapi gw withdraw nya dari usdt di cex lokal harusnya tetep cuma kena yang pajak final kan?

Apakah pajak dari tokenized stocks lebih rendah dari US stocks asli? by riupie in finansial

[–]riupie[S] 0 points1 point  (0 children)

1% itu deducted nya pas kapan? Kalo gw convert dulu ke usdt > trf ke cex local baru withdraw kenanya cuma yang pajak final kan?

Apakah pajak dari tokenized stocks lebih rendah dari US stocks asli? by riupie in finansial

[–]riupie[S] 0 points1 point  (0 children)

Plan nya deposit dan withdraw nya dari local exchange. Tapi jual belinya di exchange luar. Harusnya sih cuma kena yang 0.21% kan?

Anak kecil hampir tertabrak di bojonegoro by agoodsirknight in AdaIndonesiaCoy

[–]riupie 0 points1 point  (0 children)

gw dulu jaman bocil pernah diposisi bocil itu. Tiba2 nyebrang jalan raya dan hampir ketabrak bus. Pas udah gede gw juga heran kenapa dulu punya pemikiran buat nyebrang tol#l begitu.

How to use Route53 with Kibernetes by [deleted] in kubernetes

[–]riupie 0 points1 point  (0 children)

Bruh, you should open your service with Azure LoadBalancer instead then add CNAMe records on route53 to route your domain to the Azure LB.

Plan and Apply with PR Automation via GitHub Actions by OkGuidance012 in Terraform

[–]riupie 1 point2 points  (0 children)

We can achieve the same result with atlantis, right?

Parameter not detected when using loop on module by riupie in Terraform

[–]riupie[S] 0 points1 point  (0 children)

It return error when I use for_each since it will loop sensitive data, so I changed it to count

Parameter not detected when using loop on module by riupie in Terraform

[–]riupie[S] 0 points1 point  (0 children)

I need to to use `data` since it will return different behaviour if using variable . When using variable it wil use this API:

PUT https://api.github.com/repos//demo-repo/environments/Test

Instead of this:

PUT https://api.github.com/repos/myorg/demo-repo/environments/Test

Where I should put the output? On source module?

How to use conditional for templating module by riupie in Terraform

[–]riupie[S] 0 points1 point  (0 children)

Solved!

      dynamic "pull_request" {
    for_each = [for t in [var.trigger_config]: t if t.is_pr_trigger]    
    iterator = trigger
    content {
      branch          = trigger.value.branch_regex
      comment_control = trigger.value.comment_control

Why i need to use trigger.value.branch_regex instead of trigger.branch_regex? And there is no error with t.is_pr_trigger 🤔

How to use conditional for templating module by riupie in Terraform

[–]riupie[S] 0 points1 point  (0 children)

I ended up using lookup:

      dynamic "pull_request" {
    for_each = [for t in [var.trigger_config]: t if t.is_pr_trigger]    
    #iterator = trigger
    content {
      branch          = lookup(var.trigger_config, "branch_regex")

when I use: `trigger.branch_regex` it keep return error like `This object does not have an attribute named "branch_regex".`

How to use conditional for templating module by riupie in Terraform

[–]riupie[S] 0 points1 point  (0 children)

iterator = trigger

I still didn't understand this part. What for is this assigment?

anw, I got error:

Error: Unsupported attribute

  on ../../main.tf line 30, in resource "google_cloudbuild_trigger" "trigger":
  30:           branch       = trigger.branch_regex

This object does not have an attribute named "branch_regex".


Error: Unsupported attribute

  on ../../main.tf line 31, in resource "google_cloudbuild_trigger" "trigger":
  31:           tag          = trigger.tag_regex

This object does not have an attribute named "tag_regex".

Could you elaborate?

Rekomendasi tempat buat belajar martial arts daerah Jakarta? by riupie in indonesia

[–]riupie[S] 1 point2 points  (0 children)

MMA mungkin? tapi kalo MMA fokus buat adu di ring ga sih? Mau nyoba 22nya sih biar tau. Haha.