{ "version": 4, "terraform_version": "1.6.3", "serial": 307, "lineage": "dafdf17f-043a-2ff1-c7fe-e94a7361b686", "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-648ca1c3b20fe0c46", "ami": "ami-f147f85a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c4e9889f"], "subnet_id": "subnet-d6df6c55", "key_name": "prod-deploy-key" } } ] } ] }