{ "version": 4, "terraform_version": "1.7.6", "serial": 269, "lineage": "80fc7cdf-f28f-0672-4202-a5b653a824b5", "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-67a006031960b53f6", "ami": "ami-5c1632c6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-60055887"], "subnet_id": "subnet-5cb3ea32", "key_name": "prod-deploy-key" } } ] } ] }