{ "version": 4, "terraform_version": "1.8.0", "serial": 394, "lineage": "670fdea8-366d-33f6-d762-a1c47d9ad998", "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-b53c2d65ec72d48c5", "ami": "ami-546afad9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-af8086cb"], "subnet_id": "subnet-80e7bcc7", "key_name": "prod-deploy-key" } } ] } ] }