Terraform get domain from url. URI-class to extract the hostname from the string.

Terraform get domain from url. The case is on random.
Terraform get domain from url Advice on this would be most welcome. Terraform will only output the secret ID and version. verified - Whether the domain has completed domain ownership verification. com all I want back is bar. data "aws_lb" "test" { arn = "${var. Before generating a certificate for our domain, Let’s Encrypt checks that we own that domain. Get information on a domain. location. An object has the following structure: myObject = { "unknownRandomKey&quot; : {&quot;id&quot;: &quot Jun 20, 2021 · How to concatenate S3 bucket name in Terraform variable and pass it to main tf file 4 Terraform 0. . execute-api. Dec 21, 2023 · I created provider opensearch for the elasticsearch configuration and have setup the opensearch domain correctly, can be seen here: provider &quot;opensearch&quot; { url = &quot;https://${ Sep 3, 2019 · When creating new instances with Terraform I would like to programatically get this AMI ID. resource "vsphere_virtual_machine" "vm" { count = "${length(var. How can I fetch the zone_id of existing route53 hosted zone. Oct 29, 2022 · Using Terraform, I can get the customDomainVerificationId from an existing AppService ${azurerm_windows_web_app. amazonaws. The http data source makes an HTTP GET request to the given URL and exports information about the response. net" address = "saprodgamingfiles. Url can contain http/https. Don't commit this directory to your version control repository. vm_names as a set then it can be better to declare it as a set in the first place, rather than converting it at each use, because then it'll be clearer to users of your module that the order of the strings inside doesn't matter and that there can't be two elements with the same string: 3 days ago · The basic workflow for using Terraform with Firebase includes the following: Creating and customizing a Terraform configuration file (a . It's the tld plus one more label. uk which root domain name contain more than one '. Jan 10, 2018 · One rule is that each cluster member get named by the cluster_member_name_prefix Terraform variable followed by the count index (starting at 0): cluster-node-0, cluster-node-1, etc. This data source provides the name, TTL, and zone file as configured on your DigitalOcean account. Apr 8, 2021 · The 'api_address' returns a URL and not just an IP address. Ask Question Asked 11 years ago. www. – Dec 10, 2021 · Please do modify the output block in the above shared terraform code to fetch the callback url of the logic app. apps. The given URL may be either an http or https URL. web. icanhazip. myip. You can then access them using terraform output once the apply has completed. tfvars file in remote repository for some other infrastructure. Each time a random value from these 3 gets picked up. Extract Domains from List of URLs using Powershell. I am working through the required fields and I need to provide my Azure AD Tenant id where my service princ Sep 18, 2024 · In Next. initial - Whether this is the initial domain created by Azure Active Directory. Learn how to extract the hostname portion of a URL in JavaScript with this helpful guide. com; Create a bucket named www. How can I make it reusable for the root domain with its respective DNS type in the single module record and Jun 11, 2020 · Here is an example. Sep 2, 2022 · Can I ask help with getting domain name from string please ? For ex: for x. this gives a flexibility for the develope You can use the java. This is useful if the domain name in question is not managed by Terraform or you need to utilize TTL or zone file data. The power of this library is being flexible in being able to download from a number of different sources (file paths, Git, HTTP, Mercurial, etc. I have a command to pull the AMI ID but I'm not sure how to use it with Terraform. 0. The trick is having a website such as icanhazip. org and www. An AWS Lambda function is responsible for generating the presigned URL, pointing to the custom endpoint. It is a viable alternative to HashiCorp’s Terraform, being forked from Terraform version 1. / to indicate that a local path is intended, to distinguish from a module registry address. Mar 14, 2023 · In terraform you can set the property depends_on = [] to each resource to define dependencies that are not clear from code side. default - Whether this is the default domain that is used for user creation. /outputs. com how to fetch its zone_id and attach to record. com out of it in a . Extracting domain names from websites (URLs) or text such as HTML source code, and displaying domain names and the number of domains. I can't figure out how to specify this in the AWS API Gateway terraform. com and example. domain (String) The domain name. com for host foo. Jan 15, 2022 · There is no such attribute, probably because by the default URL for your application will have the following format: <app-name>. How do find out short name of domain I'm in? 2. Oct 15, 2017 · Unfortunately, this is not currently possible in Terraform. <div class="navbar header-navbar"> <div class="container"> <div class="navbar-brand"> <a href="/" id="ember34" class="navbar-brand-link active ember-view"> <span id . This function works only with the path string and does not access the filesystem itself. tfvars. com for x. This function identifies characters in the given string that would have a special meaning when included as a query string argument in a URL and escapes them using RFC 3986 "percent encoding". In this article, we'll explore different approaches and best practices for obtaining the current URL domain in Next. basename takes a string containing a filesystem path and removes all except the last portion from it. module expression is placed. Contains(". lb_arn}" } This returns the following load balancer attributes: Dec 16, 2021 · We cannot get the inbound ip address using terraform. There's a regex. Split("?"c)(0) 'return array of segments between slashes Dim URLparts() As String = URL. You can create an output where your build the URL yourself with string interpolation: output "url" { value = "${azurerm_app_service. Value' --output text) And here is my Terraform script: Jan 29, 2019 · There is the aws_lb data source for NLBs and ALBs lb data resource that takes the arn:. Mar 28, 2022 · The key part is in the dns_challenge block of the acme_certificate resource. There's an external list of malicious domains/URL's, and I want to periodically search the logs, but there's an obvious problem: let abuse_domain = (externaldata(sentinel_domain: string ) [@&quot;h What is the best way to make REST API calls from Terraform? I'm currently using a null_resource with the local-exec provisioner to make a cURL call: resource "null_resource" "cloudability-setup" The terraform get command is used to download and update modules mentioned in the root module. "))) 'check if nothing Jan 6, 2022 · Within Terraform, is it possible to retrieve the URL of an Amplify app's CloudFront Distribution? If I was to create a new Next. Once it was created, I would then like to save it to a variable because I want to use it elsewhere. Asking for help, clarification, or responding to other answers. I want to reuse the config file. Jul 18, 2018 · Terraform adds in the end the domain names of the previous two domains during the execution process. 6. Stack Overflow. google. domain_redirects : domain => redirect. Jan 4, 2024 · # . The theory is as follows: Get domain from URL. Mar 7, 2012 · Given a URL, I want to extract domain name(It should not include 'www' part). Does anyone know how to access that value as an output? Dec 10, 2020 · Synthesis. uk" etc. Feb 1, 2023 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. But in your case, you should be able to reference the fqdn of the backend using the variable of the backend-container-app: latest_revision_fqdn Jul 10, 2020 · All these operations happen on terraform apply and rolled-back on terraform destroy. Modified 5 years, 8 months ago. I would like to specify an optional path parameter in the url that I can reference from the lambda. services. 12: Output list of buckets, use as input for another module and iterate Apr 17, 2022 · Get early access and see previews of new features. callback_url } When for_each is used with a set, each. I would like to extract the base domain from the url in javascript. The fact that the answer is along the lines of Uri. co. org. js, we can get current url domain with the help of built-in methods like window and document location. You try to get the 3 public going on. Provide details and share your research! But avoid …. core. origin Original answer, if you need legacy support. Get Policy File from URL; data "http" "aws-lb-controller-policy" { url = A user initiates a request to generate a presigned URL via the custom endpoint served through AWS Global Accelerator, using the custom domain name and associated IP addresses. Two remarks: Question stand for regex, but the goal there is to split string on / character!! XY problem, using regex for this kind of job is overkill! May 5, 2021 · I have a variable called variable &quot;publicvms&quot; which consists of 3 linux VM's being created using a for_each loop as below: vm. the latest version): data "aws_secretsmanager_secret" "secrets" { arn = "arn:aws:secretsmanager:us-east-1:123456789012:secret:my_secrety_name-123456" } data "aws_secretsmanager_secret_version" "current" { secret_id = data. I want to make primary domain example. uk for example so for this it is not really usable. The terraform solutions don't work well because you need to add waits in there because the ALB doesn't spin up right away so when the helm chart installs even if you add a depends_on the data source lookup fails unless you add a null_resource to sleep for 2-3 minutes. tf file) which specifies the infrastructure you want to provision (that is, resources you want to provision and the services you want to enable). Somehow a ELB gets switched and kubernetes handles DNS. Local paths are special in that they are not "installed" in the same sense that other sources are: the files are already present on local disk (possibly as a result of installing a parent module) and so can just be used directly. It responds with a 301 redirect containing the generated url_domain (Data Source) Parses Public Suffix List properties from a domain. custom_domain_verification_id} but is there a way to obtain this value (so I can set up asuid in a dns zone) without an app service existing (perhaps from the subscription)? Is this possible using Terraform? Nov 26, 2023 · What you are calling the "module path" is actually the module's source, in your case that is a Git URI. tf output domain_redirects { value = { for domain, redirect in module. Fetch zone_id of hosted domain on route53 using terraform. URI-class to extract the hostname from the string. Find(URLparts, Function(x) (x. Sep 5, 2019 · The primary way to export information from a Terraform configuration is to declare Output Values in your root module. Jun 24, 2013 · And I think we should also consider some url like www. , you need the index of each CIDR block in the list. The list from Mozilla looks great at first sight, but lacks ac. domain_name - The name of the domain. Jun 19, 2010 · I need to extract the domain from url. key and each. So far tried the go-getter is a library for Go (golang) for downloading files or directories from various sources using a URL as the primary form of input. js applications. h included in the source but I'm not sure if I can use that or if I need to use a different regex library @LukeH: I am aware of this "problem", but I will deal with co. js app within the web console, there is an important 200 rewrite that gets added in 'Redirects & Rewrites', which points all front-end paths to the associated CloudFront Distribution. secrets. in as the case may be) as the result. ' – 2power10 Commented May 10, 2013 at 7:00 Nov 26, 2017 · The code that was meant to work 100% didn't seem to cut it for me, I did patch the example a little but found code that wasn't helping and problems with it. net" } Jan 3, 2020 · Later part initializes serverless-domain-manager plug-in responsible for mapping lambda function to APIGW URL and deploys a serverless setup. public String getHostName(String url) { URI uri = new URI(url); String hostname = uri. Kind regards, Lawrence I have the address prod. value are the same. com In short, regardless of how deep is the domain, i want to get domain. x. The solution was this: Get a list of every ccTLD and gTLD available. Dec 7, 2021 · This project shows how to use Terraform to create a Windows 2019 server and join it to an existing AD domain. root - Whether the domain is a verified root domain (not a subdomain). x stays open-source. host (String) The host that identifies the domain name; Read-Only. output "url" { value = azurerm_logic_app_trigger_http_request. backend { host_header = "saprodgamingfiles. I guess thats going to be the only way to deal with them. If you need to retrieve azure keyvault secrets, the best method is to use the Azure-CLI, or Powershell if that's not available. Using Azure-CLI (2. Questions; Help; Chat; Products. hostnames are VM1, VM2, VM3 resource &quot;azurerm_virtual_ma It seems the question is for the host in the URL, and not the domain of the host, unless I completely misunderstand "host domain" (as opposed to just "host"). I want to automate the following host_header and address from the Azure Front Door Terraform config. I haven't found a function in the standard list of terraform functions that allows me to extract the hostname and/or IP address. Mar 12, 2021 · Not directly related to your question, but note also that if your module only ever uses var. (ex. com for the static website bucket of example. Your first stop should be IANA. This is necessary because the Servlet would have no way of knowing ahead of time what you call "host" or what is just a domain like . How to get URL S3 object using Terraform? Hot Network Questions OpenCascadeShape does not appear to work for sphere object - no wire mesh formed Jan 11, 2022 · I need to get 1st element (or at least any root level element) of an object in Terraform. In Terraform, it's also a required parameter. May 18, 2022 · If you declare an output for the url resource attribute like: output "cloud_run_instance_url" { value = google_cloud_run_service. cluster_member" resource's /etc/hosts file (the same exact lines and in the same order for every member): Mar 11, 2022 · our organization had decided to keep the terraform configuration files as DRY as possible, by separating the variables (tfvars) into a separate repository. copy and paste this URL into your RSS reader. And the AKS cluster also does not expose the principal Id in the Terraform, so you cannot quote the AKS principal Id through the AKS resource in it. com. By default, aws_secretsmanager_secret_version retrieves information based on the AWSCURRENT label (a. 0) az keyvault secret show --vault-name <vault-name> --name <secret-name> Syntax: Mar 15, 2022 · If you are trying to specify a directory inside a repository rather than a whole repository, you will also need to use the Modules in Package Sub-directories syntax to mark the boundary between the repository URL (the "package" in Terraform's terms) and the path within the repository (the "subdirectory"). Dec 5, 2020 · The function app is also created using terraform. May 22, 2021 · I think since your examples has incorrect URLs as well, you need to use Regular Expresssion to extract the domain in the URL. You can get all this and more by inspecting the location object: A local path must begin with either . url } then it will be available for resolution (such as for inputs to other modules) at the scope where the module is declared in the namespace module. azurewebsites. getHost(); // to provide faultproof result, check if not null then return only hostname, without www. 0. ) using a single string as input. To do that it proceeds with a DNS challenge, basically it generates a random string and will not generate the certificate unless that random string is in a specific TXT record of the DNS zone. d-uq5rzcek63. net. Usage: terraform get [options] The modules are downloaded into a . So if I split it up, I get "domain. I am sharing the screenshot for same here for reference, in which its easy to get the "GetFunction Url" but using terraform, I am not getting a way to return the same, which needed to be passed as an input to another function app. 20 or later: copy and paste this URL into your RSS reader. * to example. Apr 29, 2022 · I am trying to provision aws service catalog product using terraform resource. id } Nov 16, 2020 · Providers typically use a set representation for a particular block type if the underlying API considers the objects to be unordered and to have no specific unique identifier. If you want to be able to get at all of the respoitory URLs you could have a single aws_ecr_repository resource and use the count meta parameter with something like this: The "root domain": For the "root domain", you'll have to work through the String returned from getServerName(). Update. net" http_port = 80 https_port = 443 priority = 1 weight = 50 } Oct 16, 2017 · There's an easier way to do that without any scripts. module is the directory containing the module where the path. so I changed it out to a couple of functions (to save asking for the list from Mozilla all the time, and removing the cache system). I am working on new infrastructure but need to use the content of . status. tf file - to be more specific I want to get everything after the second rightmost period, therefore if I have foo. Jun 15, 2019 · I'm writing Terraform to deploy an AWS API Gateway with AWS Lambda integration. where I add an extra level if this is a match though. A module source value can be many things, such as a local path, or a Git repository URI, or a Terraform Registry URI. k. For example for the list of urls listed below I need to get google. terraform subdirectory of the current working directory. / or . Nov 16, 2022 · I am looking to find a way to add an output in my Terraform module to get the url of the custom domain name route53 url that is automatically created by AWS when I create a custom domain in Api Gateway. It's worth mentioning the fact that TF adds the domain URL in Sep 2, 2019 · When you create the AKS cluster, the service principal is necessary. com Jun 13, 2018 · Terraform's splat syntax is for keeping track of each thing created by a resource using the count meta parameter. http. For completeness, I'll add that an aws_default_vpc resource exists that also manages the default VPC and implements the resource life-cycle without really creating the VPC* but would make changes in the resource like changing tags (and that includes its name). Usage. com and setup host redirect (in google cloud terms) from example. com as the input domain, this module will: Create a Route53 zone for example. a. 12. Modified 8 years, 5 months ago. To get the database URL from a azurerm_postgresql_flexible_server resource in Terraform you can use the attribute fdqn which you add to the respective database URL: Aug 31, 2018 · If you're looking to create a set of vsphere_virtual_machine resources from a list of IPs and hostnames, I might try this:. Please find the sample code below to get the domain for the examples you shared: Dec 21, 2020 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand You can use the java. 5. Schema Required. Try Teams for free Explore Teams Dec 12, 2022 · I just want to add on @ceejayoz's answer what is happening under the hood to complete this question with an answer. domain. Dec 23, 2022 · I have . Nov 11, 2022 · The s3:// URI scheme is not actually represented in the S3 API and is instead a UI-level detail in some tools that work with S3 buckets. com and I only want to pull out the services. root is the directory containing the root module. Though It seems to work fine, is there any better appro Apr 26, 2020 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. <declared module name>. The terraform get command is used to download and update modules mentioned in the root module. com (it could be a machine called com in your network - and not just a suffix -, who knows?). Jan 28, 2010 · Below is some code that will give just the SLD plus gTLD or ccTLD extension (note the exception below). Viewed 12k times To get the domain name plus the TLD: Feb 20, 2010 · EDIT: If you don't need to support IE10, you can simply use: document. The get command supports the following option: Feb 5, 2020 · Here's one way to write that, for Terraform v0. Since the hashicorp/aws provider for Terraform is largely just reflecting details from the underlying API, it doesn't currently have any attribute which provides a ready-to-use s3:// URI. I once had to write such a regex for a company I worked for. Jun 16, 2022 · Here I wanted to use the existed Cloudflare module to include root domain configuration. cloud_run_instance_url Jun 30, 2017 · Ask questions, find answers and collaborate at work with Stack Overflow for Teams. The case is on random. resource "aws_servicecatalog_provisioned_product" "example" {} Terraform resource output description. terraform init terraform refresh export APIGW_DOMAIN_NAME=`terraform output tf_output_aws_apigw_domain_name__domain_name` sls plugin install -n serverless-domain-manager sls deploy --debug cheers, ram Sep 20, 2021 · I need to access the Url of the same function with-in a function app using Terraform. This will add the following lines to each "aws_instance. Viewed 22k times oci_ identity_ allowed_ domain_ license_ types oci_ identity_ api_ keys oci_ identity_ auth_ tokens oci_ identity_ authentication_ policy oci_ identity_ availability_ domain oci_ identity_ availability_ domains oci_ identity_ compartment oci_ identity_ compartments oci_ identity_ cost_ tracking_ tags oci_ identity_ customer_ secret_ keys Mar 23, 2010 · 3 answers: short URL parsing (shell+bash) and full TLD extractor. The get command supports the following option: Jul 18, 2019 · You could get more references about using Terraform to join a new Azure Virtual Machine to a Domain from this1 and this2. one of the export value of the resource is outputs which is in form of set and i am collecting that into an output variable using below Feb 19, 2020 · Terraform has a built-in object path that contains attributes for various paths Terraform knows about: path. com; Create a Route53 A record example. com" } And whenever you want to place your IP just use data. com for *. default. virtual_machine_ips)}" // the rest of your virtual machine config // such as template ID, CPUs, memory, disks Feb 5, 2021 · I am trying to get any value from this list that I generated after maybe 5 hours of my life. Get domain from URL in Oracle SQL. 3. The approaches to get the URL of the current domain in n Apr 17, 2014 · Get domain name from URL in Java/Android [duplicate] Ask Question Asked 10 years, 9 months ago. Thanks. name}. Host kind of support that the question should be updated to better reflect and align with the desired examples in the question and the accepted answer. I want to extract the domain name. com then you would need to use the dns_a_record_set data source. Split("/"c) 'find first segment with periods/full-stops Dim Domain As String = Array. myappservice. Note: New versions of Terraform are placed under the BUSL license, but everything created before version 1. aws_secretsmanager_secret. Extract domain with subdomain if present:-Public Function ExtractSubAndMainDomainFromURL(URL As String) As String ' ' cut-off any url encoded data URL = URL. tld" - I could make a "trouble list" of "co. Using example. windows. It can sort in ascending and descending alphabetical order and filter by TLD (Top Level Domain). com; manager (String) The manager is the entity that manages the domain urlencode applies URL encoding to a given string. I do not care about DNS. com (or google. com; Create a bucket named example. uk in special cases, if I can just get the domains sorted. – jean553 Commented Apr 20, 2023 at 16:11 in my opinion, it's a lot better to let kubernetes handle it. Nov 8, 2019 · I am trying to build a Key Vault resource and associate to my service principal in azure. example. This resource will issue a warning if the result is not UTF-8 encoded. Here is the java code that I wrote. bar. OpenTofu is an open-source version of Terraform that expands on Terraform’s existing concepts and offerings. In fact, your linking template is used to join an existing Windows virtual machine into an existing Windows Active Directory Domain. z6. Powershell pull a domains from a list Oct 29, 2021 · Is it possible to terraform an azure active directory custom domain? Searching through the docs the only thing I see is this data resource that allows me to read the currently existing ones: https:// Aug 13, 2020 · Hi I am creating route53 record with terraform, I already have a hosted domain (public) lets say example. com which retrieve your IP, so set it in your terraform file as data: data "http" "myip" { url = "https://ipv4. :) I fully get it, that this might not be seen at all, but imagine you have 3 subnets for public, 3 for private, 3 for something else. If your custom domain is mapped to your web app, you can get the ip address using virtual_ip – RamaraoAdapa Apr 4, 2023 · However, I did not know about that aws_route53domains_registered_domain resource and it appears to be what I have to create to change domain name servers through Terraform. Sep 1, 2021 · Terraform's dns provider provides data sources for reading DNS records for a given host. us-east-1. us. com). For example: example. Here is the command I use to pull the AMI ID: $(aws ssm get-parameter --name /path/to/ami --query 'Parameter. domain_redirect } description = "The target URLs for each domain redirect" } After that, you get human readable output when you run your terraform plan command. com I want domain. To generate strings like "Company01", "Company02", etc. body, example: Jun 19, 2020 · For example, I have two domains: example. When going through sources of Databricks Labs Terraform provider, you can find reference to workspace properties endpoint, which would have workspaceUrl in properties field. Here below is a method from which you can extract your hostname from a string. Maybe I have overlooked something suitable. If you are looking for the IPv4 addresses for eg google. path. mdxn gsy baqsg mzyj ouci avvhmpp gwlna kcryop bzcnir beqnqlmpp
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}