{ "version": 4, "terraform_version": "1.8.2", "serial": 395, "lineage": "f6d1b3ff-794d-0e20-2bc8-9dc482c24be9", "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-e1491cfa965c250d7", "ami": "ami-6b999512", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5fdd6491"], "subnet_id": "subnet-324dfb9b", "key_name": "prod-deploy-key" } } ] } ] }