Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeadd interpolation function #16644

Merged
merged 1 commit into from
Dec 5, 2017

Conversation

saint1991
Copy link

@saint1991 saint1991 commented Nov 14, 2017

Added a interpolation function timeadd(time, duration).

There is no way to designate relative time to the field expiration_time of google_sql_database_instance.

In our case, we want to allow access from the host which executes terraform only while provisioning steps (e.g. grant users' privileges, create tables) and deny any access after that because it can be access via CloudSQL proxy.

With this function, we can specify expiration time e.g. after 1 hour as follows:

ip_configuration {
      require_ssl = true

      authorized_networks {
        expiration_time = "${timeadd(timestamp(), "1h")}"
        name            = "provisioner"
        value           = "${var.provisioner_global_ip}"
      }
}

@saint1991 saint1991 changed the title [WIP] timeadd interpolation function timeadd interpolation function Nov 15, 2017
@apparentlymart
Copy link
Contributor

Hi @saint1991! Thanks for working on this and sorry for the delay in responding.

@apparentlymart apparentlymart merged commit 01c1142 into hashicorp:master Dec 5, 2017
@saint1991
Copy link
Author

@apparentlymart
No problem. Thank you for reviewing and merging!!

@saint1991 saint1991 deleted the interpolation-timeadd branch June 5, 2018 16:00
@ghost
Copy link

ghost commented Apr 3, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants