{ "version": 4, "terraform_version": "1.7.3", "serial": 194, "lineage": "c7eb6ec8-fa64-f977-0cc8-fa957af7b1a5", "outputs": { "db_endpoint": { "value": "db-0.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-86289c922c77c0b65", "ami": "ami-8c1ef1c9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4b5b1b76"], "subnet_id": "subnet-bf3d87b6", "key_name": "prod-deploy-key" } } ] } ] }