{ "version": 4, "terraform_version": "1.8.8", "serial": 598, "lineage": "70b87068-7821-5886-e265-36861d22ea3b", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1851899f07e4324f6", "ami": "ami-36077478", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-77bc21ae"], "subnet_id": "subnet-a0dc3874", "key_name": "prod-deploy-key" } } ] } ] }