{ "version": 4, "terraform_version": "1.8.1", "serial": 348, "lineage": "069b02b4-03a6-b958-12e9-2ef605f07086", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-90565fd8688186eca", "ami": "ami-33efd3af", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0fc30913"], "subnet_id": "subnet-3abd9bba", "key_name": "prod-deploy-key" } } ] } ] }