Chris Hawk
bf74697b3f
feat: add support for using application default credentials when running integration tests
2023-11-09 16:34:51 -08:00
Yusuke Tsutsumi
0ad88dc39d
test: disable gcp_bigtable_instance test
...
The test is still flakey currently. A few attempts have
been made to fix it, but it seems that the bigtable API
does not consistently return the resource after is has
been created.
While exploring ways to make it more robust, disabling the
test to keep the CI tests from being unreliable to the point
of useless.
2023-02-18 14:08:04 -08:00
Yusuke Tsutsumi
6171713572
fix gcp_bigtable_instance
...
gcp_bigtable_instance scope was using an incorrect scope,
which was causing oauth requests to not complete successfully.
2022-11-27 08:34:30 -08:00
Yusuke Tsutsumi
c5723b214f
Enabling working integration tests ( #504 )
...
Enabling tests that work without any further modification as an
incremental step to enabling all integration tests.
Enabling 22 / 64 tests.
The following tests do not work today:
- gcp_appengine_firewall_rule
- gcp_bigtable_instance
- gcp_cloudfunctions_cloud_function
- gcp_cloudtasks_queue
- gcp_compute_backend_service
- gcp_compute_external_vpn_gateway
- gcp_compute_forwarding_rule
- gcp_compute_instance
- gcp_compute_instance_group
- gcp_compute_instance_group_manager
- gcp_compute_instance_group_template
- gcp_compute_node_group
- gcp_compute_region_autoscaler
- gcp_compute_region_instance_group_manager
- gcp_compute_region_target_http_proxy
- gcp_compute_region_target_https_proxy
- gcp_compute_region_url_map
- gcp_compute_route
- gcp_compute_router
- gcp_compute_ssl_certificate
- gcp_compute_target_http_proxy
- gcp_compute_target_https_proxy
- gcp_compute_target_instance
- gcp_compute_target_pool
- gcp_compute_target_ssl_proxy
- gcp_compute_target_tcp_proxy
- gcp_compute_target_vpn_proxy
- gcp_container_cluster
- gcp_container_node_pool
- gcp_iam_role
- gcp_iam_service_account
- gcp_iam_service_account_key
- gcp_kms_key_ring
- gcp_mlengine_version
- gcp_redis_instance
- gcp_resourcemanager_project
- gcp_serviceusage_service
- gcp_spanner_database
- gcp_spanner_instance
- gcp_sql_ssl_cert
- gcp_storage_bucket
- gcp_tpu_node
2022-10-04 21:04:32 +00:00
The Magician
fe79a8b1e1
Add generator information to generated resources ( #5016 ) ( #449 )
...
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-07-29 18:41:37 -05:00
The Magician
caae08275f
Ansible: Bigtable Instances and Clusters ( #3080 ) ( #155 )
...
Bigtable
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-11 10:51:19 -08:00