-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Implementing IAP Settings in Terraform #11244
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 0 Click here to see the affected service packages
Tests were added that are skipped in VCR:
View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 87 Click here to see the affected service packages
Action takenFound 8 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_iap_settings" "primary" {
access_settings {
allowed_domains_settings {
domains = # value needed
enable = # value needed
}
gcip_settings {
login_page_uri = # value needed
tenant_ids = # value needed
}
oauth_settings {
programmatic_clients = # value needed
}
}
application_settings {
attribute_propagation_settings {
expression = # value needed
}
cookie_domain = # value needed
}
}
|
Tests analyticsTotal tests: 0 Click here to see the affected service packages
Tests were added that are skipped in VCR:
View the build log |
mmv1/third_party/terraform/services/iap/resource_iap_settings_test.go
Outdated
Show resolved
Hide resolved
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_iap_settings" "primary" {
access_settings {
allowed_domains_settings {
domains = # value needed
enable = # value needed
}
gcip_settings {
login_page_uri = # value needed
tenant_ids = # value needed
}
oauth_settings {
programmatic_clients = # value needed
}
}
application_settings {
attribute_propagation_settings {
expression = # value needed
}
cookie_domain = # value needed
}
}
|
Tests analyticsTotal tests: 87 Click here to see the affected service packages
Action takenFound 8 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_iap_settings" "primary" {
access_settings {
allowed_domains_settings {
domains = # value needed
enable = # value needed
}
gcip_settings {
login_page_uri = # value needed
tenant_ids = # value needed
}
identity_sources = # value needed
oauth_settings {
programmatic_clients = # value needed
}
}
application_settings {
attribute_propagation_settings {
expression = # value needed
}
cookie_domain = # value needed
}
}
|
/gcbrun |
Squash commits Implementing IAP Settings in Terraform
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_iap_settings" "primary" {
access_settings {
gcip_settings {
tenant_ids = # value needed
}
oauth_settings {
programmatic_clients = # value needed
}
}
}
|
Tests analyticsTotal tests: 79 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_iap_settings" "primary" {
access_settings {
gcip_settings {
tenant_ids = # value needed
}
oauth_settings {
programmatic_clients = # value needed
}
}
}
|
The PR has been migrated. |
Tests analyticsTotal tests: 79 Click here to see the affected service packages
🟢 All tests passed! View the build log |
This is a clone commit from GoogleCloudPlatform#11244.
This is a clone commit from GoogleCloudPlatform#11244.
This PR is to add IAP Settings support is Terraform Google provider, request is already being added in Issue tracker hashicorp/terraform-provider-google#6471
This PR is adding a new resource "IAP_Settings" in product IAP and it does not exist in GA provider and Beta provider.