Ryan Parman

Results 101 comments of Ryan Parman

It's just a namespace, and the `http` bit is the _official_namespace. Like `com.company.project` in Java or `Project\Namespace\Class` in PHP. It's a URI, but not necessarily a URL — even though...

Huh. I was under the impression that it read them from the file system, in which case there'd be only one. But you’re right — for some reason, there are...

Yes. Just no brain-space. Give me a few more days to settle some high-priority work?

@jtojnar said: > I do not think raising minimum PHP version in minor version would be compatible with semver. It should be done in 2.0.0. > > Deprecations should be...

For fully-automated use cases, why not just create a service user in IAM, give it credentials, then use those longer-term credentials in your CI/CD pipeline? SSO is for human beings,...

I've worked around this with sub-modules. Pass inputs to the submodule (parameters), do some processing (with locals), then provide an output (return). As long as it's something that Terraform already...

Firstly, I think user-defined functions is a good idea for users, so I'm not arguing with anyone about that. Even more than that, I love the idea of _Provider_-provided custom...

@schollii: I was thinking about things in terms of how Terraform functions at its core _today_. What are things that could be small adjustments to how Terraform works under the...

What do I need to know about how hclq works so that I can help implement support for HCL 2?