Still fairly new with programming, and diving into the deep end of terraform. I am working through learning ACI with Terraform and getting a error. I think i am just declaring my objects wrong, but can't figure it out. i have tried to leave out a lot of redundant config and errors for brevity.
I made a proposal to upgrade a site (D8->9) that was previously managed by what looks like a pretty normal "full-service Web Design and Web Development Company" that professes to have experts in a long list of CMS platforms, including Drupal.
Shortly after starting the job, I discovered that changes were made to the Commerce contrib module. By that I mean customizations were made directly in the contrib module. At first I thought it was just one or two email templates, so I copied them to the custom theme and proceeded with updates.
There is no <head> in nodes. I have pasted adsense code first thing on node. Is this OK?
Alternative, can I paste the following on node and then proceed? Thanks
<html>
<head>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
</body>
</html>